mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[CMAKE]
* Add a couple missing definitions. svn path=/branches/cmake-bringup/; revision=51422
This commit is contained in:
parent
682100b73e
commit
18046ee2de
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue