diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-08-16 22:06:56 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-08-29 12:14:24 +0200 |
| commit | e0fbb5dfda63ebb054a47aaf88a270ab1334a68a (patch) | |
| tree | f89aae227ff12068e03842b849f5afff52eb0db0 /windows/nsis-plugins/src/cleanup/stdafx.cpp | |
| parent | ac290fef91b3fb7fe35cffada330c56436d223ed (diff) | |
| download | mullvadvpn-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.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 |
