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" */
39 /* #include "mswsock.h" */
55 #endif /* !WIN32_LEAN_AND_MEAN */
63 #endif /* !NOSERVICE */
75 Where does this belong? Nobody uses this stuff anyway.
77 BYTE i; /* much more .... */
79 typedef KANJISTRUCT *LPKANJISTRUCT;
80 typedef KANJISTRUCT *NPKANJISTRUCT;
81 typedef KANJISTRUCT *PKANJISTRUCT;
83 BOOL16 WINAPI CheckMenuRadioButton16(HMENU16,UINT16,UINT16,UINT16,BOOL16);
84 BOOL WINAPI CheckMenuRadioButton(HMENU,UINT,UINT,UINT,BOOL);
85 WORD WINAPI WOWHandle16(HANDLE,WOW_HANDLE_TYPE);
89 #endif /* RC_INVOKED && !NOWINRES */
90 #endif /* __WINE_WINDOWS_H */