mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
Add a comment about the requirement that the Windows.h header be last.
This comment has the dual effect of blocking reorderings with the sort_include script. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169221 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a7645a3c66
commit
8a0ff3a265
@ -15,6 +15,8 @@
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Support/Process.h"
|
||||
|
||||
// The Windows.h header must be the last one included.
|
||||
#include "Windows.h"
|
||||
|
||||
namespace {
|
||||
|
Loading…
Reference in New Issue
Block a user