Include oaidl.h instead of wine/obj_oleaut.h.

This commit is contained in:
Ove Kaaven 2003-01-05 01:06:30 +00:00 committed by Alexandre Julliard
parent e057a7a08d
commit a4a8472f40
2 changed files with 7 additions and 2 deletions

View file

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

View file

@ -34,7 +34,10 @@
#include "oleidl.h"
#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_picture.h"