summaryrefslogtreecommitdiffhomepage
path: root/windows/nsis-plugins/src/cleanup/stdafx.cpp
diff options
context:
space:
mode:
authorOdd Stranne <odd@mullvad.net>2018-08-16 22:06:56 +0200
committerOdd Stranne <odd@mullvad.net>2018-08-29 12:14:24 +0200
commite0fbb5dfda63ebb054a47aaf88a270ab1334a68a (patch)
treef89aae227ff12068e03842b849f5afff52eb0db0 /windows/nsis-plugins/src/cleanup/stdafx.cpp
parentac290fef91b3fb7fe35cffada330c56436d223ed (diff)
downloadmullvadvpn-e0fbb5dfda63ebb054a47aaf88a270ab1334a68a.tar.xz
mullvadvpn-e0fbb5dfda63ebb054a47aaf88a270ab1334a68a.zip
Add uninstaller plugin for extended system cleaning
Diffstat (limited to 'windows/nsis-plugins/src/cleanup/stdafx.cpp')
-rw-r--r--windows/nsis-plugins/src/cleanup/stdafx.cpp8
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