1 #ifndef __WINE_WINDOWS_H
2 #define __WINE_WINDOWS_H
5 #error Wine should not include windows.h internally
8 #if defined(RC_INVOKED) && !defined(NOWINRES)
10 #else /* RC_INVOKED && !NOWINRES */
12 /* All the basic includes */
13 /* #include "excpt.h" */
24 /* Not so essential ones */
25 #ifndef WIN32_LEAN_AND_MEAN
33 /* #include "nb30.h" */
36 /* #include "winperf.h" */
38 #ifndef WINE_NOWINSOCK
40 /* #include "mswsock.h" */
41 #endif /* WINE_NOWINSOCK */
57 #endif /* !WIN32_LEAN_AND_MEAN */
65 #endif /* !NOSERVICE */
77 Where does this belong? Nobody uses this stuff anyway.
79 BYTE i; /* much more .... */
81 typedef KANJISTRUCT *LPKANJISTRUCT;
82 typedef KANJISTRUCT *NPKANJISTRUCT;
83 typedef KANJISTRUCT *PKANJISTRUCT;
85 BOOL16 WINAPI CheckMenuRadioButton16(HMENU16,UINT16,UINT16,UINT16,BOOL16);
86 BOOL WINAPI CheckMenuRadioButton(HMENU,UINT,UINT,UINT,BOOL);
87 WORD WINAPI WOWHandle16(HANDLE,WOW_HANDLE_TYPE);
91 #endif /* RC_INVOKED && !NOWINRES */
92 #endif /* __WINE_WINDOWS_H */