diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-01-09 14:34:49 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-01-09 15:50:40 +0100 |
| commit | 3be633c0aad43874705355c1fe6c8a4df92f5a8f (patch) | |
| tree | eb0d0283fb29e20c05c11edee70809d849cf39cb /windows/nsis-plugins/src/string/stdafx.h | |
| parent | 882c4bcaa4163e91ed7a97ba86f30f1fdf1dc420 (diff) | |
| download | mullvadvpn-3be633c0aad43874705355c1fe6c8a4df92f5a8f.tar.xz mullvadvpn-3be633c0aad43874705355c1fe6c8a4df92f5a8f.zip | |
Add nsis plugin for additional string manipulation
Diffstat (limited to 'windows/nsis-plugins/src/string/stdafx.h')
| -rw-r--r-- | windows/nsis-plugins/src/string/stdafx.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/string/stdafx.h b/windows/nsis-plugins/src/string/stdafx.h new file mode 100644 index 0000000000..f3a07375c7 --- /dev/null +++ b/windows/nsis-plugins/src/string/stdafx.h @@ -0,0 +1,16 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#pragma once + +#include "targetver.h" + +#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers +// Windows Header Files: +#include <windows.h> + + + +// TODO: reference additional headers your program requires here |
