From 46ab93a1a3357ffa4ded1da3ab084ac35c3338ca Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 8 Feb 2009 18:47:23 +0000 Subject: [PATCH] get rid of some junk svn path=/trunk/; revision=39495 --- reactos/include/reactos/wine/winuser.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/reactos/include/reactos/wine/winuser.h b/reactos/include/reactos/wine/winuser.h index 385fc44fd59..ac9a2ce8fd1 100644 --- a/reactos/include/reactos/wine/winuser.h +++ b/reactos/include/reactos/wine/winuser.h @@ -11,9 +11,7 @@ #include_next "winuser.h" #endif -#define WS_EX_TRAYWINDOW 0x80000000L #define DCX_USESTYLE 0x00010000 -#define WS_EX_MANAGED 0x40000000L /* Window managed by the window system */ #define LB_CARETOFF 0x01a4 WINUSERAPI UINT WINAPI PrivateExtractIconsA(LPCSTR,int,int,int,HICON*,UINT*,UINT,UINT); @@ -28,17 +26,6 @@ WINUSERAPI UINT WINAPI PrivateExtractIconsW(LPCWSTR,int,int,int,HICON*,UINT*,UIN #define E_PROP_SET_UNSUPPORTED ((HRESULT)0x80070492) #endif -/* MapVirtualKey translation types */ -#if 0 -#define MAPVK_VK_TO_VSC 0 -#define MAPVK_VSC_TO_VK 1 -#define MAPVK_VK_TO_CHAR 2 -#define MAPVK_VSC_TO_VK_EX 3 -#define MAPVK_VK_TO_VSC_EX 4 -#endif #define WM_SETVISIBLE 0x0009 -#define MAKEINTATOMA(atom) ((LPCSTR)((ULONG_PTR)((WORD)(atom)))) -#define MAKEINTATOMW(atom) ((LPCWSTR)((ULONG_PTR)((WORD)(atom)))) - #endif /* __WINE_WINUSER_H */