Author: tfaber Date: Sun Jul 7 07:28:43 2013 New Revision: 59439
URL: http://svn.reactos.org/svn/reactos?rev=59439&view=rev Log: [PSDK] - Declare IID only once aka fix GCC build
Modified: trunk/reactos/include/psdk/shlobj.h
Modified: trunk/reactos/include/psdk/shlobj.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/shlobj.h?rev=5... ============================================================================== --- trunk/reactos/include/psdk/shlobj.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/shlobj.h [iso-8859-1] Sun Jul 7 07:28:43 2013 @@ -1903,7 +1903,6 @@
#define INTERFACE IShellIconOverlayIdentifier
-DEFINE_GUID(IID_IShellIconOverlayIdentifier, 0x0c6c4200L, 0xc589, 0x11d0, 0x99, 0x9a, 0x00, 0xc0, 0x4f, 0xd6, 0x55, 0xe1); DECLARE_INTERFACE_(IShellIconOverlayIdentifier, IUnknown) { STDMETHOD(QueryInterface) (THIS_ REFIID riid, void **ppv) PURE;