mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[DBGHELP] Remove useless broken CMake defines
This commit is contained in:
parent
2185848fc8
commit
d45876b810
1 changed files with 0 additions and 4 deletions
|
@ -31,10 +31,6 @@ else()
|
|||
-DHAVE_ALLOCA_H
|
||||
-D_IMAGEHLP_SOURCE_)
|
||||
|
||||
if(ARCH STREQUAL "amd64")
|
||||
add_definitions(-DUNW_FLAG_NHANDLER=0 -DUNW_FLAG_EHANDLER=1 -DUNW_FLAG_UHANDLER=2 -DUNW_FLAG_CHAININFO=3)
|
||||
endif()
|
||||
|
||||
include_directories(
|
||||
BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
|
||||
|
|
Loading…
Reference in a new issue