mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +00:00
[SDK] Fix build with sal.h
* sal.h: add file header, uncomment _Interlocked_operand_ and PAL_STDCPP_COMPAT guard * When including stl headers, define PAL_STDCPP_COMPAT
This commit is contained in:
parent
00c8ac9af7
commit
18e835b605
2 changed files with 11 additions and 3 deletions
|
@ -74,6 +74,7 @@ macro(set_cpp)
|
|||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/c++/stlport)
|
||||
else()
|
||||
replace_compile_flags("-nostdinc" " ")
|
||||
add_definitions(-DPAL_STDCPP_COMPAT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue