mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
Fix one place where I missed a commented requirement for a particular
include ordering. I've changed the structure so that clang-format will preserve this going forward. llvm-svn: 304788
This commit is contained in:
parent
eb66b33867
commit
f1ed6ee2de
@ -44,9 +44,11 @@
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
#include <system_error>
|
||||
#include <wincrypt.h> // Must be included after windows.h
|
||||
#include <windows.h>
|
||||
|
||||
// Must be included after windows.h
|
||||
#include <wincrypt.h>
|
||||
|
||||
/// Determines if the program is running on Windows 8 or newer. This
|
||||
/// reimplements one of the helpers in the Windows 8.1 SDK, which are intended
|
||||
/// to supercede raw calls to GetVersionEx. Old SDKs, Cygwin, and MinGW don't
|
||||
|
Loading…
Reference in New Issue
Block a user