1
|
1 #ifndef __WINE_WINDOWS_H
|
|
2 #define __WINE_WINDOWS_H
|
|
3
|
|
4 #ifdef __cplusplus
|
|
5 extern "C" {
|
|
6 #endif
|
|
7
|
|
8 #include "windef.h"
|
|
9 #include "winbase.h"
|
|
10 #include "winuser.h"
|
|
11 #include "shell.h"
|
|
12 #include "winreg.h"
|
|
13 #include "winnetwk.h"
|
|
14 #include "winver.h"
|
|
15 #include "lzexpand.h"
|
|
16 #include "shellapi.h"
|
|
17 #include "ole2.h"
|
|
18 #include "winnls.h"
|
|
19 #include "objbase.h"
|
|
20 #include "winspool.h"
|
|
21
|
|
22 #if 0
|
|
23 Where does this belong? Nobody uses this stuff anyway.
|
|
24 typedef struct {
|
|
25 BYTE i; /* much more .... */
|
|
26 } KANJISTRUCT;
|
|
27 typedef KANJISTRUCT *LPKANJISTRUCT;
|
|
28 typedef KANJISTRUCT *NPKANJISTRUCT;
|
|
29 typedef KANJISTRUCT *PKANJISTRUCT;
|
|
30
|
|
31
|
|
32 #endif /* 0 */
|
|
33
|
|
34 #ifdef __cplusplus
|
|
35 }
|
|
36 #endif
|
|
37
|
|
38 #endif /* __WINE_WINDOWS_H */
|