From 9bb411c33c44843966892c899ba0f354f8a7ad61 Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Thu, 16 Feb 2012 07:42:28 +0000 Subject: [PATCH] [EXPLORER-NEW] Do not define GUID which is already defined in PSDK. svn path=/trunk/; revision=55629 --- reactos/base/shell/explorer-new/explorer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/base/shell/explorer-new/explorer.c b/reactos/base/shell/explorer-new/explorer.c index 888e9d42ffc..acc8fe57802 100644 --- a/reactos/base/shell/explorer-new/explorer.c +++ b/reactos/base/shell/explorer-new/explorer.c @@ -32,9 +32,6 @@ typedef struct _LANGCODEPAGE 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,