From 76eee27b0726f6daf1666a07d0ea639a050b3db0 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 11 Sep 2014 11:07:03 +0000 Subject: [PATCH] [SHELL32_APITEST] * CLSID_MenuDeskBar is already part of the uuid lib. svn path=/trunk/; revision=64118 --- rostests/apitests/shell32/shelltest.h | 1 - 1 file changed, 1 deletion(-) diff --git a/rostests/apitests/shell32/shelltest.h b/rostests/apitests/shell32/shelltest.h index 5da0de258d0..69e44678364 100644 --- a/rostests/apitests/shell32/shelltest.h +++ b/rostests/apitests/shell32/shelltest.h @@ -25,7 +25,6 @@ #define test_S_OK(hres, message) ok(hres == S_OK, "%s (0x%lx instead of S_OK)\n",message, hResult); #define test_HRES(hres, hresExpected, message) ok(hres == hresExpected, "%s (0x%lx instead of 0x%lx)\n",message, hResult,hresExpected); -DEFINE_GUID(CLSID_MenuDeskBar, 0xECD4FC4F, 0x521C, 0x11D0, 0xB7, 0x92, 0x00, 0xA0, 0xC9, 0x03, 0x12, 0xE1); DEFINE_GUID(CLSID_MenuBandSite, 0xE13EF4E4, 0xD2F2, 0x11D0, 0x98, 0x16, 0x00, 0xC0, 0x4F, 0xD9, 0x19, 0x72); template -- 2.17.1