Line | |
---|
1 | /* $Id: windows.h,v 1.5 2000-02-05 02:42:19 sandervl Exp $ */
|
---|
2 |
|
---|
3 | #ifndef __WINE_WINDOWS_H
|
---|
4 | #define __WINE_WINDOWS_H
|
---|
5 |
|
---|
6 | #ifdef __cplusplus
|
---|
7 | extern "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 "ddeml.h"
|
---|
22 | #include "winnetwk.h"
|
---|
23 | #include "winver.h"
|
---|
24 | #include "lzexpand.h"
|
---|
25 | #include "shellapi.h"
|
---|
26 | #include "winnls.h"
|
---|
27 | #ifdef __cplusplus
|
---|
28 | #include "ole2.h"
|
---|
29 | #include "objbase.h"
|
---|
30 | #endif
|
---|
31 | #include "winver.h"
|
---|
32 |
|
---|
33 |
|
---|
34 | #ifdef __cplusplus
|
---|
35 | }
|
---|
36 | #endif
|
---|
37 |
|
---|
38 | #endif /* __WINE_WINDOWS_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.