mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[CMAKE/MSVC]
- define _ALLOW_KEYWORD_MACROS for VS11 too svn path=/trunk/; revision=63376
This commit is contained in:
parent
ffbeaececb
commit
9e5dfae220
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue