diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-08-29 12:13:31 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-09-04 13:06:33 +0200 |
| commit | 0379da796c4436f6800cd65e02219a0843270dc3 (patch) | |
| tree | 84af72486c8c0d6276dbee44cff32ab27f57415e /windows/nsis-plugins/src/log/stdafx.cpp | |
| parent | 1d5be836d3aea89ce3e75eabcae8a3e7d5df1c83 (diff) | |
| download | mullvadvpn-0379da796c4436f6800cd65e02219a0843270dc3.tar.xz mullvadvpn-0379da796c4436f6800cd65e02219a0843270dc3.zip | |
Add NSIS 'log' plugin
Diffstat (limited to 'windows/nsis-plugins/src/log/stdafx.cpp')
| -rw-r--r-- | windows/nsis-plugins/src/log/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/log/stdafx.cpp b/windows/nsis-plugins/src/log/stdafx.cpp new file mode 100644 index 0000000000..3b6341d106 --- /dev/null +++ b/windows/nsis-plugins/src/log/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 |
