Fix CLSID (accidently committed a change for testing purpose)

svn path=/trunk/; revision=29226
This commit is contained in:
Thomas Bluemel 2007-09-26 23:15:42 +00:00
parent b212e14609
commit eb9665eab4

View file

@ -54,7 +54,7 @@ IDeskDisplayAdapter_ReplacePage(PDESKDISPLAYADAPTER This,
LPFNADDPROPSHEETPAGE pfnReplacePage,
LPARAM lParam);
static const GUID CLSID_IDeskDisplayAdapter = {0x42071712,0x76d4,0x11d1,{0x8b,0x24,0x00,0xa0,0xc9,0x06,0x8f,0xf9}};
static const GUID CLSID_IDeskDisplayAdapter = {0x42071712,0x76d4,0x11d1,{0x8b,0x24,0x00,0xa0,0xc9,0x06,0x8f,0xf3}};
ULONG __cdecl DbgPrint(PCCH Format,...);