diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-02-16 15:26:47 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-02-17 13:02:40 +0100 |
| commit | 623a102b094ff85bcc98e60a424ff18df66cc747 (patch) | |
| tree | dfd0b18348400d40843afbe7d6c3bc8094a54659 /windows/nsis-plugins/src/os/stdafx.cpp | |
| parent | 9f1eeca0791459be6d62bfd7ea687fdfc4833dc8 (diff) | |
| download | mullvadvpn-623a102b094ff85bcc98e60a424ff18df66cc747.tar.xz mullvadvpn-623a102b094ff85bcc98e60a424ff18df66cc747.zip | |
Add "os" NSIS plugin
Diffstat (limited to 'windows/nsis-plugins/src/os/stdafx.cpp')
| -rw-r--r-- | windows/nsis-plugins/src/os/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/os/stdafx.cpp b/windows/nsis-plugins/src/os/stdafx.cpp new file mode 100644 index 0000000000..3b6341d106 --- /dev/null +++ b/windows/nsis-plugins/src/os/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 |
