summaryrefslogtreecommitdiffhomepage
path: root/windows/nsis-plugins/src/string/stdafx.cpp
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2020-01-09 14:34:49 +0100
committerDavid Lönnhager <david.l@mullvad.net>2020-01-09 15:50:40 +0100
commit3be633c0aad43874705355c1fe6c8a4df92f5a8f (patch)
treeeb0d0283fb29e20c05c11edee70809d849cf39cb /windows/nsis-plugins/src/string/stdafx.cpp
parent882c4bcaa4163e91ed7a97ba86f30f1fdf1dc420 (diff)
downloadmullvadvpn-3be633c0aad43874705355c1fe6c8a4df92f5a8f.tar.xz
mullvadvpn-3be633c0aad43874705355c1fe6c8a4df92f5a8f.zip
Add nsis plugin for additional string manipulation
Diffstat (limited to 'windows/nsis-plugins/src/string/stdafx.cpp')
-rw-r--r--windows/nsis-plugins/src/string/stdafx.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/string/stdafx.cpp b/windows/nsis-plugins/src/string/stdafx.cpp
new file mode 100644
index 0000000000..1eed162b91
--- /dev/null
+++ b/windows/nsis-plugins/src/string/stdafx.cpp
@@ -0,0 +1,8 @@
+// stdafx.cpp : source file that includes just the standard includes
+// string.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