summaryrefslogtreecommitdiffhomepage
path: root/windows/nsis-plugins/src/osinfo/stdafx.cpp
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2021-02-17 12:15:57 +0100
committerDavid Lönnhager <david.l@mullvad.net>2021-02-17 13:03:21 +0100
commit1d9bbc38fb5664ee488c1ab4910cf57936701d3d (patch)
treea0262c01618849e4115a6becc7b3e628760122cb /windows/nsis-plugins/src/osinfo/stdafx.cpp
parentb36a32c4fe8247f032b55dd0dce23d114d6e4e73 (diff)
downloadmullvadvpn-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.cpp8
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