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

Last change on this file since 1036 was 970, checked in by sandervl, 26 years ago

Header changes for win32 apps compiled in OS/2

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