mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01: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. llvm-svn: 169221
This commit is contained in:
parent
8ade948576
commit
10bce90160
@ -15,6 +15,8 @@
|
|||||||
#include "llvm/Support/DataTypes.h"
|
#include "llvm/Support/DataTypes.h"
|
||||||
#include "llvm/Support/ErrorHandling.h"
|
#include "llvm/Support/ErrorHandling.h"
|
||||||
#include "llvm/Support/Process.h"
|
#include "llvm/Support/Process.h"
|
||||||
|
|
||||||
|
// The Windows.h header must be the last one included.
|
||||||
#include "Windows.h"
|
#include "Windows.h"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
Loading…
Reference in New Issue
Block a user