aboutsummaryrefslogtreecommitdiff
path: root/src/engine/engine.cpp
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2018-12-29 22:18:45 -0600
committerSean Hall <r.sean.hall@gmail.com>2018-12-29 22:20:26 -0600
commit3480ec56611d6c8784b7610dcac818133318f675 (patch)
treea80517a5ad1997b94527f81cfb81fa86e12a0927 /src/engine/engine.cpp
parent61847dddd4fd497057c780658e383c4627de19ec (diff)
downloadwix-3480ec56611d6c8784b7610dcac818133318f675.tar.gz
wix-3480ec56611d6c8784b7610dcac818133318f675.tar.bz2
wix-3480ec56611d6c8784b7610dcac818133318f675.zip
Integrate into latest v4
Diffstat (limited to 'src/engine/engine.cpp')
-rw-r--r--src/engine/engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/engine.cpp b/src/engine/engine.cpp
index 3c0f09c9..190c327f 100644
--- a/src/engine/engine.cpp
+++ b/src/engine/engine.cpp
@@ -144,6 +144,7 @@ extern "C" HRESULT EngineRun(
144 fXmlInitialized = TRUE; 144 fXmlInitialized = TRUE;
145 145
146 ovix.dwOSVersionInfoSize = sizeof(OSVERSIONINFOEXW); 146 ovix.dwOSVersionInfoSize = sizeof(OSVERSIONINFOEXW);
147 #pragma warning(suppress: 4996)
147 if (!::GetVersionExW((LPOSVERSIONINFOW)&ovix)) 148 if (!::GetVersionExW((LPOSVERSIONINFOW)&ovix))
148 { 149 {
149 ExitWithLastError(hr, "Failed to get OS info."); 150 ExitWithLastError(hr, "Failed to get OS info.");