diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-01-31 11:27:02 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-02-03 09:13:29 +0100 |
| commit | 8d4b57def51b2fc63328a6ab1619fa1f78810a4b (patch) | |
| tree | 6cb04d0ae2ea77e6a1c5795e805a4e8d919b9ec8 /windows/driverlogic/src/stdafx.cpp | |
| parent | 787dd817cca2c66b57f0b4494c701cd994c78513 (diff) | |
| download | mullvadvpn-8d4b57def51b2fc63328a6ab1619fa1f78810a4b.tar.xz mullvadvpn-8d4b57def51b2fc63328a6ab1619fa1f78810a4b.zip | |
Add driverlogic process
Diffstat (limited to 'windows/driverlogic/src/stdafx.cpp')
| -rw-r--r-- | windows/driverlogic/src/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/driverlogic/src/stdafx.cpp b/windows/driverlogic/src/stdafx.cpp new file mode 100644 index 0000000000..3b6341d106 --- /dev/null +++ b/windows/driverlogic/src/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes +// driverlogic.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file |
