diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-08-29 13:57:59 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-08-29 13:57:59 +0200 |
| commit | 59f529d6da092ffa57dd9ca02746938928079525 (patch) | |
| tree | 3d1b63efee83800edf86a71214fb16bbde980be2 /windows/nsis-plugins/src/cleanup/stdafx.cpp | |
| parent | 95e913a39a6f374e630764f793fe68de6a209ff8 (diff) | |
| parent | f899863cb4a8819801b778b8540799640a9ed0e3 (diff) | |
| download | mullvadvpn-59f529d6da092ffa57dd9ca02746938928079525.tar.xz mullvadvpn-59f529d6da092ffa57dd9ca02746938928079525.zip | |
Merge branch 'uninst-clean-logs'
Diffstat (limited to 'windows/nsis-plugins/src/cleanup/stdafx.cpp')
| -rw-r--r-- | windows/nsis-plugins/src/cleanup/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/cleanup/stdafx.cpp b/windows/nsis-plugins/src/cleanup/stdafx.cpp new file mode 100644 index 0000000000..3b6341d106 --- /dev/null +++ b/windows/nsis-plugins/src/cleanup/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 |
