woops, sorry :-)
authorJérôme Gardou <jerome.gardou@reactos.org>
Sun, 24 Jul 2011 10:41:32 +0000 (10:41 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sun, 24 Jul 2011 10:41:32 +0000 (10:41 +0000)
svn path=/trunk/; revision=52832

reactos/lib/3rdparty/libwine/CMakeLists.txt

index 9a45709..6450dd2 100644 (file)
@@ -6,7 +6,8 @@ list(APPEND SOURCE
     config.c
     debug_ros.c
     loader.c
-#    string.c)
+#    string.c implements _stricmp, already shipped with crt
+)
 
 add_library(wine ${SOURCE})