diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-01-09 15:51:20 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-01-09 15:51:20 +0100 |
| commit | 5b6e776eb9508cc684acf0b7e24ba49101f618a2 (patch) | |
| tree | 15f91c803a90b3ca43b82e721ba7ed47f4e83757 /windows/nsis-plugins/src/string/stdafx.cpp | |
| parent | 882c4bcaa4163e91ed7a97ba86f30f1fdf1dc420 (diff) | |
| parent | d461128a941d909f8373b7bace8653f9fd6ea964 (diff) | |
| download | mullvadvpn-5b6e776eb9508cc684acf0b7e24ba49101f618a2.tar.xz mullvadvpn-5b6e776eb9508cc684acf0b7e24ba49101f618a2.zip | |
Merge branch 'service-marked-for-deletion-fix'
Diffstat (limited to 'windows/nsis-plugins/src/string/stdafx.cpp')
| -rw-r--r-- | windows/nsis-plugins/src/string/stdafx.cpp | 8 |
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 |
