diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-11-02 09:25:16 +0100 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-11-02 09:27:36 +0100 |
| commit | 3cd771f55f8630a4ff93669955c28b0757e9a254 (patch) | |
| tree | ea0639cef93649a3b8603a6b0cddab1c0c7c4b47 /windows/nsis-plugins/src/registry/stdafx.cpp | |
| parent | 9ba298fe1a67a0935d0e77ff4efed1e95371125b (diff) | |
| download | mullvadvpn-3cd771f55f8630a4ff93669955c28b0757e9a254.tar.xz mullvadvpn-3cd771f55f8630a4ff93669955c28b0757e9a254.zip | |
Add NSIS plugin for working with the registry
Diffstat (limited to 'windows/nsis-plugins/src/registry/stdafx.cpp')
| -rw-r--r-- | windows/nsis-plugins/src/registry/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/registry/stdafx.cpp b/windows/nsis-plugins/src/registry/stdafx.cpp new file mode 100644 index 0000000000..3b6341d106 --- /dev/null +++ b/windows/nsis-plugins/src/registry/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 |
