Removed no longer needed include protections.

This commit is contained in:
Alexandre Julliard 2003-09-04 00:05:15 +00:00
parent 4b40180e38
commit e4ce323d30
4 changed files with 0 additions and 10 deletions

View File

@ -31,9 +31,7 @@
#include <wingdi.h> #include <wingdi.h>
#include <winuser.h> #include <winuser.h>
#include <ole2.h> #include <ole2.h>
#define __WINE_INCLUDE_OAIDL
#include <oaidl.h> #include <oaidl.h>
#undef __WINE_INCLUDE_OAIDL
/***************************************************************************** /*****************************************************************************
* Declare the structures * Declare the structures

View File

@ -25,9 +25,7 @@
#include <winerror.h> #include <winerror.h>
#include <objbase.h> #include <objbase.h>
#include <oleauto.h> #include <oleauto.h>
#define __WINE_INCLUDE_OLEIDL
#include <oleidl.h> #include <oleidl.h>
#undef __WINE_INCLUDE_OLEIDL
struct tagMSG; struct tagMSG;

View File

@ -20,9 +20,7 @@
#define __WINE_OLEAUTO_H #define __WINE_OLEAUTO_H
#include <winbase.h> #include <winbase.h>
#define __WINE_INCLUDE_OAIDL
#include <oaidl.h> #include <oaidl.h>
#undef __WINE_INCLUDE_OAIDL
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@ -20,9 +20,7 @@
#define __WINE_OLECTL_H #define __WINE_OLECTL_H
#include <windef.h> #include <windef.h>
#define __WINE_INCLUDE_OCIDL
#include <ocidl.h> #include <ocidl.h>
#undef __WINE_INCLUDE_OCIDL
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
@ -361,5 +359,3 @@ HRESULT WINAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
#endif #endif
#endif /* __WINE_OLECTL_H */ #endif /* __WINE_OLECTL_H */