1 #ifndef __WINE_WINDOWS_H
2 #define __WINE_WINDOWS_H
24 Where does this belong? Nobody uses this stuff anyway.
26 BYTE i; /* much more .... */
28 typedef KANJISTRUCT *LPKANJISTRUCT;
29 typedef KANJISTRUCT *NPKANJISTRUCT;
30 typedef KANJISTRUCT *PKANJISTRUCT;
32 BOOL16 WINAPI CheckMenuRadioButton16(HMENU16,UINT16,UINT16,UINT16,BOOL16);
33 BOOL WINAPI CheckMenuRadioButton(HMENU,UINT,UINT,UINT,BOOL);
34 WORD WINAPI WOWHandle16(HANDLE,WOW_HANDLE_TYPE);
35 BOOL16 WINAPI GetPrivateProfileStruct16(LPCSTR,LPCSTR,LPVOID,UINT16,LPCSTR);
36 INT16 WINAPI GetPrivateProfileSection16(LPCSTR,LPSTR,UINT16,LPCSTR);
44 #endif /* __WINE_WINDOWS_H */