Author: weiden
Date: Thu Sep 27 09:27:23 2007
New Revision: 29235
URL:
http://svn.reactos.org/svn/reactos?rev=29235&view=rev
Log:
Once again change back the GUID to the real one...
Modified:
trunk/reactos/dll/win32/shellext/deskadp/deskadp.h
Modified: trunk/reactos/dll/win32/shellext/deskadp/deskadp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shellext/deskadp…
==============================================================================
--- trunk/reactos/dll/win32/shellext/deskadp/deskadp.h (original)
+++ trunk/reactos/dll/win32/shellext/deskadp/deskadp.h Thu Sep 27 09:27:23 2007
@@ -56,7 +56,7 @@
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,...);