mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[CMAKE/MSVC]
- define _ALLOW_KEYWORD_MACROS for VS11 too svn path=/trunk/; revision=63376
This commit is contained in:
@@ -63,7 +63,7 @@ if(NOT CMAKE_CROSSCOMPILING)
|
||||
if(ARCH STREQUAL "i386")
|
||||
add_definitions(/D_X86_ /DWIN32 /D_WINDOWS)
|
||||
endif()
|
||||
if(MSVC_VERSION GREATER 1799)
|
||||
if(MSVC_VERSION GREATER 1699)
|
||||
add_definitions(/D_ALLOW_KEYWORD_MACROS)
|
||||
endif()
|
||||
add_definitions(/Dinline=__inline)
|
||||
|
||||
Reference in New Issue
Block a user