mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CMAKE]
Revert r50434. Insetad add __WINESRC__ definition to amstream and avifil32 winetests svn path=/trunk/; revision=50435
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
|
||||
add_subdirectory(advapi32)
|
||||
add_subdirectory(advpack)
|
||||
add_subdirectory(amstream)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP -D__WINESRC__)
|
||||
add_executable(amstream_winetest amstream.c testlist.c)
|
||||
target_link_libraries(amstream_winetest wine uuid)
|
||||
set_module_type(amstream_winetest win32cui)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP -D__ROS_LONG64__)
|
||||
add_executable(avifil32_winetest api.c testlist.c)
|
||||
target_link_libraries(avifil32_winetest wine)
|
||||
set_module_type(avifil32_winetest win32cui)
|
||||
|
||||
Reference in New Issue
Block a user