1 #ifndef __WINE_WINDOWS_H
2 #define __WINE_WINDOWS_H
5 #error Wine should not include windows.h internally
8 /* All the basic includes */
9 /* #include "excpt.h" */
20 /* Not so essential ones */
21 #ifndef WIN32_LEAN_AND_MEAN
29 /* #include "nb30.h" */
32 /* #include "winperf.h" */
35 /* #include "mswsock.h" */
51 #endif /* !WIN32_LEAN_AND_MEAN */
59 #endif /* !NOSERVICE */
71 Where does this belong? Nobody uses this stuff anyway.
73 BYTE i; /* much more .... */
75 typedef KANJISTRUCT *LPKANJISTRUCT;
76 typedef KANJISTRUCT *NPKANJISTRUCT;
77 typedef KANJISTRUCT *PKANJISTRUCT;
79 BOOL16 WINAPI CheckMenuRadioButton16(HMENU16,UINT16,UINT16,UINT16,BOOL16);
80 BOOL WINAPI CheckMenuRadioButton(HMENU,UINT,UINT,UINT,BOOL);
81 WORD WINAPI WOWHandle16(HANDLE,WOW_HANDLE_TYPE);
85 #endif /* __WINE_WINDOWS_H */