diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-07-06 09:21:54 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-07-10 11:32:02 +0200 |
| commit | 0dbc1839e335362596564e504c4ad17fa022876c (patch) | |
| tree | fd27715ba42cc9fa879d0313ee3c16890ea484cb /windows/nsis-plugins/src/driverlogic/stdafx.cpp | |
| parent | b8ebecb5119cd0bf2ffbffaeca5f9b452db0475d (diff) | |
| download | mullvadvpn-0dbc1839e335362596564e504c4ad17fa022876c.tar.xz mullvadvpn-0dbc1839e335362596564e504c4ad17fa022876c.zip | |
Add NSIS plugin for aiding in driver installation
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 |
