Author: akhaldi
Date: Wed Apr 30 12:01:03 2014
New Revision: 63053
URL:
http://svn.reactos.org/svn/reactos?rev=63053&view=rev
Log:
[COMCAT_WINETEST]
* Sync with Wine 1.7.17.
* Remove redundant definition.
CORE-8080
Modified:
trunk/rostests/winetests/comcat/CMakeLists.txt
trunk/rostests/winetests/comcat/comcat.c
Modified: trunk/rostests/winetests/comcat/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/comcat/CMakeLis…
==============================================================================
--- trunk/rostests/winetests/comcat/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/rostests/winetests/comcat/CMakeLists.txt [iso-8859-1] Wed Apr 30 12:01:03 2014
@@ -1,5 +1,4 @@
-add_definitions(-D__ROS_LONG64__)
add_executable(comcat_winetest comcat.c testlist.c)
target_link_libraries(comcat_winetest uuid)
set_module_type(comcat_winetest win32cui)
Modified: trunk/rostests/winetests/comcat/comcat.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/comcat/comcat.c…
==============================================================================
--- trunk/rostests/winetests/comcat/comcat.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/comcat/comcat.c [iso-8859-1] Wed Apr 30 12:01:03 2014
@@ -70,15 +70,15 @@
GUID the_cat[1];
GUID wanted_guid;
ULONG fetched = -1;
-
- static WCHAR szCatID[] = {
+
+ static const WCHAR szCatID[] = {
'{',
'd','e','a','d','c','a','f','e',
'-','0','0','0','0','-','0','0','0','0',
'-','0','0','0','0',
'-','0','0','0','0','0','0','0','0','0','0','0','0',
'}',0};
- static WCHAR szGuid[] = {
+ static const WCHAR szGuid[] = {
'{',
'd','e','a','d','c','a','f','e','-',
'b','e','e','d','-',