Removed no longer needed include protections.

oldstable
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 <winuser.h>
#include <ole2.h>
#define __WINE_INCLUDE_OAIDL
#include <oaidl.h>
#undef __WINE_INCLUDE_OAIDL
/*****************************************************************************
* Declare the structures

View File

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

View File

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

View File

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