瀏覽代碼

Utilities/Release: Stabilize include order in WiX custom action

In `detect_nsis_overwrite.cpp` we include windows.h first, and we must
preserve that.  Place the include in an isolated block so that tools
that sort includes do not move it.
Brad King 9 年之前
父節點
當前提交
0e7bca923e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Utilities/Release/WiX/CustomAction/detect_nsis_overwrite.cpp

+ 1 - 0
Utilities/Release/WiX/CustomAction/detect_nsis_overwrite.cpp

@@ -1,4 +1,5 @@
 #include <windows.h>
 #include <windows.h>
+
 #include <msi.h>
 #include <msi.h>
 #include <msiquery.h>
 #include <msiquery.h>