Once again change back the GUID to the real one...

svn path=/trunk/; revision=29235
This commit is contained in:
Thomas Bluemel 2007-09-27 05:27:23 +00:00
parent 81f8891b9b
commit 17602f0b45

View file

@ -56,7 +56,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,...);