Removed no longer needed include protections.
This commit is contained in:
parent
4b40180e38
commit
e4ce323d30
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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" {
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue