Author: weiden
Date: Thu Sep 27 03:15:42 2007
New Revision: 29226
URL:
http://svn.reactos.org/svn/reactos?rev=29226&view=rev
Log:
Fix CLSID (accidently committed a change for testing purpose)
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 03:15:42 2007
@@ -54,7 +54,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,...);