Author: cwittich
Date: Sun Feb 8 12:52:59 2009
New Revision: 39497
URL:
http://svn.reactos.org/svn/reactos?rev=39497&view=rev
Log:
E_PROP_ID_UNSUPPORTED is already defined in vfwmsgs.h
Modified:
trunk/reactos/include/reactos/wine/winuser.h
Modified: trunk/reactos/include/reactos/wine/winuser.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/winus…
==============================================================================
--- trunk/reactos/include/reactos/wine/winuser.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/wine/winuser.h [iso-8859-1] Sun Feb 8 12:52:59 2009
@@ -18,14 +18,6 @@
WINUSERAPI UINT WINAPI PrivateExtractIconsW(LPCWSTR,int,int,int,HICON*,UINT*,UINT,UINT);
#define WM_ALTTABACTIVE 0x0029
-
-#ifndef E_PROP_ID_UNSUPPORTED
-#define E_PROP_ID_UNSUPPORTED ((HRESULT)0x80070490)
-#endif
-#ifndef E_PROP_SET_UNSUPPORTED
-#define E_PROP_SET_UNSUPPORTED ((HRESULT)0x80070492)
-#endif
-
#define WM_SETVISIBLE 0x0009
#endif /* __WINE_WINUSER_H */