mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
Include oaidl.h instead of wine/obj_oleaut.h.
This commit is contained in:
parent
e057a7a08d
commit
a4a8472f40
2 changed files with 7 additions and 2 deletions
|
@ -31,7 +31,9 @@
|
||||||
#include "wingdi.h"
|
#include "wingdi.h"
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
#include "ole2.h"
|
#include "ole2.h"
|
||||||
#include "wine/obj_oleaut.h"
|
#define __WINE_INCLUDE_OAIDL
|
||||||
|
#include "oaidl.h"
|
||||||
|
#undef __WINE_INCLUDE_OAIDL
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
* Declare the structures
|
* Declare the structures
|
||||||
|
|
|
@ -34,7 +34,10 @@
|
||||||
#include "oleidl.h"
|
#include "oleidl.h"
|
||||||
#undef __WINE_INCLUDE_OLEIDL
|
#undef __WINE_INCLUDE_OLEIDL
|
||||||
|
|
||||||
#include "wine/obj_oleaut.h"
|
#define __WINE_INCLUDE_OAIDL
|
||||||
|
#include "oaidl.h"
|
||||||
|
#undef __WINE_INCLUDE_OAIDL
|
||||||
|
|
||||||
#include "wine/obj_olefont.h"
|
#include "wine/obj_olefont.h"
|
||||||
#include "wine/obj_picture.h"
|
#include "wine/obj_picture.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue