[COMCAT_WINETEST]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 30 Apr 2014 12:01:03 +0000 (12:01 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 30 Apr 2014 12:01:03 +0000 (12:01 +0000)
* Sync with Wine 1.7.17.
* Remove redundant definition.
CORE-8080

svn path=/trunk/; revision=63053

rostests/winetests/comcat/CMakeLists.txt
rostests/winetests/comcat/comcat.c

index b1a5a44..264320d 100644 (file)
@@ -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)
index 78d3682..1e9202f 100644 (file)
@@ -70,15 +70,15 @@ static void do_enum(void)
        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','-',