diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-02-17 12:15:57 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-02-17 13:03:21 +0100 |
| commit | 1d9bbc38fb5664ee488c1ab4910cf57936701d3d (patch) | |
| tree | a0262c01618849e4115a6becc7b3e628760122cb /windows/nsis-plugins/src/osinfo/stdafx.cpp | |
| parent | b36a32c4fe8247f032b55dd0dce23d114d6e4e73 (diff) | |
| download | mullvadvpn-1d9bbc38fb5664ee488c1ab4910cf57936701d3d.tar.xz mullvadvpn-1d9bbc38fb5664ee488c1ab4910cf57936701d3d.zip | |
Rename os plugin to osinfo
Diffstat (limited to 'windows/nsis-plugins/src/osinfo/stdafx.cpp')
| -rw-r--r-- | windows/nsis-plugins/src/osinfo/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/osinfo/stdafx.cpp b/windows/nsis-plugins/src/osinfo/stdafx.cpp new file mode 100644 index 0000000000..3b6341d106 --- /dev/null +++ b/windows/nsis-plugins/src/osinfo/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 |
