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

Last change on this file since 3354 was 3354, checked in by sandervl, 25 years ago

YD: header changes/fixes

File size: 666 bytes
Line 
1/* $Id: windows.h,v 1.6 2000-04-09 11:09:11 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#if defined (__IBMC__) || (__IBMCPP__ < 400)
13#define CINTERFACE 1
14#endif
15#endif
16
17#include "winbase.h"
18#include "wingdi.h"
19#include "winuser.h"
20#include "windef.h"
21#include "shell.h"
22#include "winreg.h"
23#include "ddeml.h"
24#include "winnetwk.h"
25#include "winver.h"
26#include "lzexpand.h"
27#include "shellapi.h"
28#include "winnls.h"
29#ifdef __cplusplus
30#include "ole2.h"
31#include "objbase.h"
32#endif
33#include "winver.h"
34
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* __WINE_WINDOWS_H */
Note: See TracBrowser for help on using the repository browser.