Fix missed files. Svn problem?
[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 #define LB_CARETOFF 0x01a4
16
17 UINT WINAPI PrivateExtractIconsA(LPCSTR,int,int,int,HICON*,UINT*,UINT,UINT);
18 UINT WINAPI PrivateExtractIconsW(LPCWSTR,int,int,int,HICON*,UINT*,UINT,UINT);
19
20 typedef struct tagCWPSTRUCT *LPCWPSTRUCT;
21
22 #define WM_ALTTABACTIVE 0x0029
23
24 #ifndef E_PROP_ID_UNSUPPORTED
25 #define E_PROP_ID_UNSUPPORTED ((HRESULT)0x80070490)
26 #endif
27 #ifndef E_PROP_SET_UNSUPPORTED
28 #define E_PROP_SET_UNSUPPORTED ((HRESULT)0x80070492)
29 #endif
30
31 #define MAKEINTATOMA(atom) ((LPCSTR)((ULONG_PTR)((WORD)(atom))))
32 #define MAKEINTATOMW(atom) ((LPCWSTR)((ULONG_PTR)((WORD)(atom))))
33
34 #endif /* __WINE_WINUSER_H */