From d0f0bdb64bee7fa69b2cfae7fbfb11ca4d0e6ac4 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 19 Jan 2011 17:51:43 +0000 Subject: [PATCH] [CMAKE] - Add __WINESRC__ definition to all winetests. svn path=/trunk/; revision=50441 --- rostests/winetests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rostests/winetests/CMakeLists.txt b/rostests/winetests/CMakeLists.txt index 195194d96f6..fb89f46541b 100644 --- a/rostests/winetests/CMakeLists.txt +++ b/rostests/winetests/CMakeLists.txt @@ -1,4 +1,6 @@ +add_definitions(-D__WINESRC__) + add_subdirectory(advapi32) add_subdirectory(advpack) add_subdirectory(amstream)