[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:
Hervé Poussineau 2020-03-26 14:40:39 +01:00
parent 7cda1ed2f5
commit 5ed1867632
22 changed files with 22 additions and 8 deletions

View file

@ -1,5 +1,5 @@
add_definitions(-D__WINESRC__)
add_definitions(-D__WINESRC__ -D__ROS_LONG64__)
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
spec2def(riched20.dll riched20.spec ADD_IMPORTLIB)