source: trunk/include/win/windows.h@ 689

Last change on this file since 689 was 495, checked in by sandervl, 26 years ago

* empty log message *

File size: 1.1 KB
Line 
1/* $Id: windows.h,v 1.2 1999-08-14 09:05:06 sandervl Exp $ */
2
3#ifndef __WINE_WINDOWS_H
4#define __WINE_WINDOWS_H
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10#ifdef __WIN32OS2__
11#include <odin.h>
12#endif
13
14#include "winbase.h"
15#include "wingdi.h"
16#include "winuser.h"
17#include "windef.h"
18#include "shell.h"
19#include "winreg.h"
20#include "winnetwk.h"
21#include "winver.h"
22#include "lzexpand.h"
23#include "shellapi.h"
24#include "ole2.h"
25#include "winnls.h"
26#include "objbase.h"
27
28#if 0
29 Where does this belong? Nobody uses this stuff anyway.
30typedef struct {
31 BYTE i; /* much more .... */
32} KANJISTRUCT;
33typedef KANJISTRUCT *LPKANJISTRUCT;
34typedef KANJISTRUCT *NPKANJISTRUCT;
35typedef KANJISTRUCT *PKANJISTRUCT;
36
37BOOL16 WINAPI CheckMenuRadioButton16(HMENU16,UINT16,UINT16,UINT16,BOOL16);
38BOOL WINAPI CheckMenuRadioButton(HMENU,UINT,UINT,UINT,BOOL);
39WORD WINAPI WOWHandle16(HANDLE,WOW_HANDLE_TYPE);
40BOOL16 WINAPI GetPrivateProfileStruct16(LPCSTR,LPCSTR,LPVOID,UINT16,LPCSTR);
41INT16 WINAPI GetPrivateProfileSection16(LPCSTR,LPSTR,UINT16,LPCSTR);
42
43#endif /* 0 */
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif /* __WINE_WINDOWS_H */
Note: See TracBrowser for help on using the repository browser.