diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-11-02 11:22:26 +0100 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-11-02 11:22:26 +0100 |
| commit | 96fc79fea56372a42553b31b6d423083e3fc8d75 (patch) | |
| tree | a7282305a1d1f65b2bb46162c2a30bb9e9bf03e0 /windows/nsis-plugins/src/registry/stdafx.cpp | |
| parent | 9955852694d3d2340f065c6ebe287468bc2a1a0b (diff) | |
| parent | 20050d41f4d8c3827e7c050b46ae52f38fcdf2d5 (diff) | |
| download | mullvadvpn-96fc79fea56372a42553b31b6d423083e3fc8d75.tar.xz mullvadvpn-96fc79fea56372a42553b31b6d423083e3fc8d75.zip | |
Merge branch 'update-app-id'
Diffstat (limited to 'windows/nsis-plugins/src/registry/stdafx.cpp')
| -rw-r--r-- | windows/nsis-plugins/src/registry/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/registry/stdafx.cpp b/windows/nsis-plugins/src/registry/stdafx.cpp new file mode 100644 index 0000000000..3b6341d106 --- /dev/null +++ b/windows/nsis-plugins/src/registry/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 |
