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