| Line |  | 
|---|
| 1 | /* $Id: windows.h,v 1.9 2003-04-02 12:57:38 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 | #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 | #include <winerror.h> | 
|---|
| 36 |  | 
|---|
| 37 | #include <commdlg.h> | 
|---|
| 38 | #include <winspool.h> | 
|---|
| 39 | #include <imm.h> | 
|---|
| 40 |  | 
|---|
| 41 | #ifdef __cplusplus | 
|---|
| 42 | } | 
|---|
| 43 | #endif | 
|---|
| 44 |  | 
|---|
| 45 | #endif  /* __WINE_WINDOWS_H */ | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.