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

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

YD: header updates

File size: 727 bytes
Line 
1/* $Id: windows.h,v 1.7 2000-07-18 18:30:40 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 "dlgs.h"
25#include "winnetwk.h"
26#include "winver.h"
27#include "lzexpand.h"
28#include "shellapi.h"
29#include "winnls.h"
30#ifdef __cplusplus
31#include "ole2.h"
32#include "objbase.h"
33#endif
34#include "winver.h"
35
36#include <commdlg.h>
37#include <winspool.h>
38
39#ifdef __cplusplus
40}
41#endif
42
43#endif /* __WINE_WINDOWS_H */
Note: See TracBrowser for help on using the repository browser.