Changeset 2651 for trunk/include/win/windows.h
- Timestamp:
- Feb 5, 2000, 3:42:20 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/include/win/windows.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/windows.h
r1118 r2651 1 /* $Id: windows.h,v 1. 4 1999-10-04 09:55:51sandervl Exp $ */1 /* $Id: windows.h,v 1.5 2000-02-05 02:42:19 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_WINDOWS_H … … 31 31 #include "winver.h" 32 32 33 #if 034 Where does this belong? Nobody uses this stuff anyway.35 typedef struct {36 BYTE i; /* much more .... */37 } KANJISTRUCT;38 typedef KANJISTRUCT *LPKANJISTRUCT;39 typedef KANJISTRUCT *NPKANJISTRUCT;40 typedef KANJISTRUCT *PKANJISTRUCT;41 42 BOOL16 WINAPI CheckMenuRadioButton16(HMENU16,UINT16,UINT16,UINT16,BOOL16);43 BOOL WINAPI CheckMenuRadioButton(HMENU,UINT,UINT,UINT,BOOL);44 WORD WINAPI WOWHandle16(HANDLE,WOW_HANDLE_TYPE);45 BOOL16 WINAPI GetPrivateProfileStruct16(LPCSTR,LPCSTR,LPVOID,UINT16,LPCSTR);46 INT16 WINAPI GetPrivateProfileSection16(LPCSTR,LPSTR,UINT16,LPCSTR);47 48 #endif /* 0 */49 33 50 34 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.
