mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
[CMAKE] Add some -D__ROS_LONG64__ to please gcc x64
We can now pass a UINT* to a function wanting a DWORD*
This commit is contained in:
parent
7cda1ed2f5
commit
5ed1867632
22 changed files with 22 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D__ROS_LONG64__
|
||||
-D_USE_MATH_DEFINES)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue