diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-01-15 14:31:15 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-01-16 09:34:43 +0100 |
| commit | 0f3a99815372d23acbc59d0e1446c5905331e3b3 (patch) | |
| tree | 6bbc20726a009b94bcf5e8518660f300ab4c7e22 /windows/nsis-plugins/src/msiutil/stdafx.cpp | |
| parent | d0927bbedd19501bbd9e877b977b69e3a08af2d0 (diff) | |
| download | mullvadvpn-0f3a99815372d23acbc59d0e1446c5905331e3b3.tar.xz mullvadvpn-0f3a99815372d23acbc59d0e1446c5905331e3b3.zip | |
Add MSI NSIS plugin
Diffstat (limited to 'windows/nsis-plugins/src/msiutil/stdafx.cpp')
| -rw-r--r-- | windows/nsis-plugins/src/msiutil/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/msiutil/stdafx.cpp b/windows/nsis-plugins/src/msiutil/stdafx.cpp new file mode 100644 index 0000000000..3b6341d106 --- /dev/null +++ b/windows/nsis-plugins/src/msiutil/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 |
