diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-09-04 13:08:13 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-09-04 13:08:13 +0200 |
| commit | 89361724121530e09d40c9a03cfd6413369cd32b (patch) | |
| tree | 81f72b0f9ada7e277a4041994c9a3d93ced60f36 /windows/nsis-plugins/src/log/stdafx.cpp | |
| parent | 1d5be836d3aea89ce3e75eabcae8a3e7d5df1c83 (diff) | |
| parent | 5021eff0588d090dae32d9552b648ee0ce130e2c (diff) | |
| download | mullvadvpn-89361724121530e09d40c9a03cfd6413369cd32b.tar.xz mullvadvpn-89361724121530e09d40c9a03cfd6413369cd32b.zip | |
Merge branch 'installer-log'
Diffstat (limited to 'windows/nsis-plugins/src/log/stdafx.cpp')
| -rw-r--r-- | windows/nsis-plugins/src/log/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/log/stdafx.cpp b/windows/nsis-plugins/src/log/stdafx.cpp new file mode 100644 index 0000000000..3b6341d106 --- /dev/null +++ b/windows/nsis-plugins/src/log/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 |
