mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 16:30:26 +00:00
[MSVCRT_WINETEST]
* Fix *nix build. svn path=/trunk/; revision=62837
This commit is contained in:
parent
6937da105c
commit
842c3e00d0
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
|
|
||||||
add_definitions(-D__msvcrt_ulong=ULONG)
|
add_definitions(
|
||||||
|
-D_CRT_NONSTDC_NO_DEPRECATE
|
||||||
|
-D__msvcrt_ulong=ULONG)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
cpp.c
|
cpp.c
|
||||||
|
|
Loading…
Reference in a new issue