From f41f1865c69688df7b4e2e39537f0003cfc83a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sun, 4 Sep 2011 13:09:16 +0000 Subject: [PATCH] [WINETESTS/WININET] - fix warnings svn path=/trunk/; revision=53577 --- rostests/winetests/wininet/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rostests/winetests/wininet/CMakeLists.txt b/rostests/winetests/wininet/CMakeLists.txt index e3a01707794..0717420123a 100644 --- a/rostests/winetests/wininet/CMakeLists.txt +++ b/rostests/winetests/wininet/CMakeLists.txt @@ -1,4 +1,6 @@ +remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502) + add_definitions( -D__ROS_LONG64__ -D_DLL -D__USE_CRTIMP)