Skip to content
Snippets Groups Projects
Commit 0e7bca92 authored by Brad King's avatar Brad King
Browse files

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.
parent eb817be0
No related branches found
No related tags found
No related merge requests found
#include <windows.h>
#include <msi.h>
#include <msiquery.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment