Include oleauto.h before oleidl.h, as per native headers.
This commit is contained in:
parent
58422dc83c
commit
7491dbd63e
|
@ -24,10 +24,11 @@
|
|||
#include "windef.h"
|
||||
#include "winerror.h"
|
||||
#include "objbase.h"
|
||||
#include "oleauto.h"
|
||||
#define __WINE_INCLUDE_OLEIDL
|
||||
#include "oleidl.h"
|
||||
#undef __WINE_INCLUDE_OLEIDL
|
||||
#include "oleauto.h"
|
||||
|
||||
struct tagMSG;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue