Author: dgorbachev
Date: Thu Feb 16 07:42:28 2012
New Revision: 55629
URL:
http://svn.reactos.org/svn/reactos?rev=55629&view=rev
Log:
[EXPLORER-NEW]
Do not define GUID which is already defined in PSDK.
Modified:
trunk/reactos/base/shell/explorer-new/explorer.c
Modified: trunk/reactos/base/shell/explorer-new/explorer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/ex…
==============================================================================
--- trunk/reactos/base/shell/explorer-new/explorer.c [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer-new/explorer.c [iso-8859-1] Thu Feb 16 07:42:28
2012
@@ -32,9 +32,6 @@
WORD wCodePage;
} LANGCODEPAGE, *PLANGCODEPAGE;
-/* undoc GUID */
-DEFINE_GUID(CLSID_RebarBandSite, 0xECD4FC4D, 0x521C, 0x11D0, 0xB7, 0x92, 0x00, 0xA0,
0xC9, 0x03, 0x12, 0xE1);
-
LONG
SetWindowStyle(IN HWND hWnd,
IN LONG dwStyleMask,