X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FWindows%2FSignals.inc;h=5add76a0c03b5967ba34bfa07a795aef5774b6a5;hb=1446dc9ba819441283fab5b7fce12f7fa5a4ad17;hp=2997199f1170e92a758afd89363dd1a77964a407;hpb=bc65a8d518ebe0408deb15d9314fd2ff5cbd0686;p=oota-llvm.git diff --git a/lib/Support/Windows/Signals.inc b/lib/Support/Windows/Signals.inc index 2997199f117..5add76a0c03 100644 --- a/lib/Support/Windows/Signals.inc +++ b/lib/Support/Windows/Signals.inc @@ -16,6 +16,9 @@ #include #include +// The Windows.h header must be after LLVM and standard headers. +#include "Windows.h" + #ifdef __MINGW32__ #include #else @@ -23,9 +26,6 @@ #endif #include -// The Windows.h header must be the last one included. -#include "Windows.h" - #ifdef _MSC_VER #pragma comment(lib, "psapi.lib") #pragma comment(lib, "dbghelp.lib")