Remove definitions already present in W32API.
[reactos.git] / reactos / include / wine / winuser.h
1 #ifndef __WINE_WINUSER_H
2 #define __WINE_WINUSER_H
3
4 /*
5 * Compatibility header
6 */
7
8 #include <w32api.h>
9 #include <wingdi.h>
10 #include_next <winuser.h>
11
12 #define WS_EX_TRAYWINDOW 0x80000000L
13 #define DCX_USESTYLE 0x00010000
14 #define WS_EX_MANAGED 0x40000000L /* Window managed by the window system */
15
16 UINT WINAPI PrivateExtractIconsA(LPCSTR,int,int,int,HICON*,UINT*,UINT,UINT);
17 UINT WINAPI PrivateExtractIconsW(LPCWSTR,int,int,int,HICON*,UINT*,UINT,UINT);
18
19 typedef struct tagCWPSTRUCT *LPCWPSTRUCT;
20
21 #define WM_ALTTABACTIVE 0x0029
22
23 #endif /* __WINE_WINUSER_H */