mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
[COMCAT_WINETEST]
* Sync with Wine 1.7.17. * Remove redundant definition. CORE-8080 svn path=/trunk/; revision=63053
This commit is contained in:
parent
ec28e1a056
commit
3bcaa79636
2 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
add_definitions(-D__ROS_LONG64__)
|
|
||||||
add_executable(comcat_winetest comcat.c testlist.c)
|
add_executable(comcat_winetest comcat.c testlist.c)
|
||||||
target_link_libraries(comcat_winetest uuid)
|
target_link_libraries(comcat_winetest uuid)
|
||||||
set_module_type(comcat_winetest win32cui)
|
set_module_type(comcat_winetest win32cui)
|
||||||
|
|
|
@ -71,14 +71,14 @@ static void do_enum(void)
|
||||||
GUID wanted_guid;
|
GUID wanted_guid;
|
||||||
ULONG fetched = -1;
|
ULONG fetched = -1;
|
||||||
|
|
||||||
static WCHAR szCatID[] = {
|
static const WCHAR szCatID[] = {
|
||||||
'{',
|
'{',
|
||||||
'd','e','a','d','c','a','f','e',
|
'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','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','-',
|
'd','e','a','d','c','a','f','e','-',
|
||||||
'b','e','e','d','-',
|
'b','e','e','d','-',
|
||||||
|
|
Loading…
Reference in a new issue