1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-18 17:31:57 +08:00

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.
This commit is contained in:
Brad King
2016-04-29 08:49:35 -04:00
parent eb817be034
commit 0e7bca923e

View File

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