mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
#include <winbase.h> is not enough for Visual C++ 2013, it errors:
1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\minwinbase.h(46): error C2146: syntax error : missing ';' before identifier 'nLength' 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\minwinbase.h(46): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int ... including <windows.h> is actually required. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221244 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
281fc1721b
commit
60234de3b5
@ -1,4 +1,4 @@
|
||||
#include <winbase.h>
|
||||
#include <windows.h>
|
||||
|
||||
#ifdef MemoryFence
|
||||
// WinNT.h seems to define a MemoryFence macro.
|
||||
|
Loading…
x
Reference in New Issue
Block a user