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