SysAllocStringLen16 needs to handle NULL pointers, too.
[wine] / include / windows.h
1 #ifndef __WINE_WINDOWS_H
2 #define __WINE_WINDOWS_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 #include "winbase.h"
9 #include "wingdi.h"
10 #include "winuser.h"
11 #include "windef.h"
12 #include "shell.h"
13 #include "winreg.h"
14 #include "winnetwk.h"
15 #include "winver.h"
16 #include "lzexpand.h"
17 #include "shellapi.h"
18 #include "ole2.h"
19 #include "winnls.h"
20 #include "objbase.h"
21 #include "mmsystem.h"
22
23 #if 0
24   Where does this belong? Nobody uses this stuff anyway.
25 typedef struct {
26         BYTE i;  /* much more .... */
27 } KANJISTRUCT;
28 typedef KANJISTRUCT *LPKANJISTRUCT;
29 typedef KANJISTRUCT *NPKANJISTRUCT;
30 typedef KANJISTRUCT *PKANJISTRUCT;
31
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
36 #endif /* 0 */
37
38 #ifdef __cplusplus
39 }
40 #endif
41
42 #endif  /* __WINE_WINDOWS_H */