diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-07-10 13:14:57 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-07-10 13:14:57 +0200 |
| commit | a3013b89a520c3517476ea6544f912ae0c93e00c (patch) | |
| tree | 89d2677fb478c581daeb9be203cb5a481b827dc8 /windows/nsis-plugins/src/driverlogic/stdafx.cpp | |
| parent | 5b3a8ee27257f7347e371f92b13a868f266bca93 (diff) | |
| parent | 40fd243114fbe5a5df703936d179d86c8ba42749 (diff) | |
| download | mullvadvpn-a3013b89a520c3517476ea6544f912ae0c93e00c.tar.xz mullvadvpn-a3013b89a520c3517476ea6544f912ae0c93e00c.zip | |
Merge branch 'rename-tunnel-interface'
Diffstat (limited to 'windows/nsis-plugins/src/driverlogic/stdafx.cpp')
| -rw-r--r-- | windows/nsis-plugins/src/driverlogic/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/driverlogic/stdafx.cpp b/windows/nsis-plugins/src/driverlogic/stdafx.cpp new file mode 100644 index 0000000000..3b6341d106 --- /dev/null +++ b/windows/nsis-plugins/src/driverlogic/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 |
