| 
            Last change
 on this file was             21493, checked in by dmik, 15 years ago           | 
        
        
          | 
             
Fixed broken build after r21492 by sorting out a huuuuge wagon of duplicates, wrong include order and other dirty mess. 
 
           | 
        
        
          | 
            File size:
            693 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [9973] | 1 | /* $Id: windows.h,v 1.9 2003-04-02 12:57:38 sandervl Exp $ */
 | 
|---|
| [4] | 2 | 
 | 
|---|
 | 3 | #ifndef __WINE_WINDOWS_H
 | 
|---|
 | 4 | #define __WINE_WINDOWS_H
 | 
|---|
 | 5 | 
 | 
|---|
 | 6 | #ifdef __cplusplus
 | 
|---|
 | 7 | extern "C" {
 | 
|---|
 | 8 | #endif
 | 
|---|
 | 9 | 
 | 
|---|
| [495] | 10 | #ifdef __WIN32OS2__
 | 
|---|
 | 11 | #include <odin.h>
 | 
|---|
 | 12 | #endif
 | 
|---|
 | 13 | 
 | 
|---|
| [4] | 14 | #include "winbase.h"
 | 
|---|
 | 15 | #include "wingdi.h"
 | 
|---|
 | 16 | #include "winuser.h"
 | 
|---|
 | 17 | #include "windef.h"
 | 
|---|
 | 18 | #include "shell.h"
 | 
|---|
 | 19 | #include "winreg.h"
 | 
|---|
| [1118] | 20 | #include "ddeml.h"
 | 
|---|
| [3850] | 21 | #include "dlgs.h"
 | 
|---|
| [4] | 22 | #include "winnetwk.h"
 | 
|---|
 | 23 | #include "winver.h"
 | 
|---|
 | 24 | #include "lzexpand.h"
 | 
|---|
 | 25 | #include "shellapi.h"
 | 
|---|
| [970] | 26 | #include "winnls.h"
 | 
|---|
 | 27 | #ifdef __cplusplus
 | 
|---|
| [4] | 28 | #include "ole2.h"
 | 
|---|
 | 29 | #include "objbase.h"
 | 
|---|
| [970] | 30 | #endif
 | 
|---|
| [5438] | 31 | #include <winver.h>
 | 
|---|
 | 32 | #include <winerror.h>
 | 
|---|
| [4] | 33 | 
 | 
|---|
| [3850] | 34 | #include <commdlg.h>
 | 
|---|
 | 35 | #include <winspool.h>
 | 
|---|
| [9973] | 36 | #include <imm.h>
 | 
|---|
| [4] | 37 | 
 | 
|---|
 | 38 | #ifdef __cplusplus
 | 
|---|
 | 39 | }
 | 
|---|
 | 40 | #endif
 | 
|---|
 | 41 | 
 | 
|---|
 | 42 | #endif  /* __WINE_WINDOWS_H */
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.