Well, SetParent doesn't work properly at all, but at least it must preserve
[wine.git] / include / windows.h
blob5196ef26efeeaaf1f207d4964e233465eba69eb1
1 #ifndef __WINE_WINDOWS_H
2 #define __WINE_WINDOWS_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 #include "windef.h"
9 #include "winbase.h"
10 #include "wingdi.h"
11 #include "winuser.h"
12 #include "shell.h"
13 #include "winreg.h"
14 #include "winnetwk.h"
15 #include "winver.h"
16 #include "lzexpand.h"
17 #include "shellapi.h"
18 #include "ole2.h"
19 #include "winnls.h"
20 #include "objbase.h"
21 #include "mmsystem.h"
22 #include "commdlg.h"
23 #include "winspool.h"
25 #if 0
26 Where does this belong? Nobody uses this stuff anyway.
27 typedef struct {
28 BYTE i; /* much more .... */
29 } KANJISTRUCT;
30 typedef KANJISTRUCT *LPKANJISTRUCT;
31 typedef KANJISTRUCT *NPKANJISTRUCT;
32 typedef KANJISTRUCT *PKANJISTRUCT;
34 BOOL16 WINAPI CheckMenuRadioButton16(HMENU16,UINT16,UINT16,UINT16,BOOL16);
35 BOOL WINAPI CheckMenuRadioButton(HMENU,UINT,UINT,UINT,BOOL);
36 WORD WINAPI WOWHandle16(HANDLE,WOW_HANDLE_TYPE);
38 #endif /* 0 */
40 #ifdef __cplusplus
42 #endif
44 #endif /* __WINE_WINDOWS_H */