Commit 7491dbd6 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

Include oleauto.h before oleidl.h, as per native headers.

parent 58422dc8
...@@ -24,10 +24,11 @@ ...@@ -24,10 +24,11 @@
#include "windef.h" #include "windef.h"
#include "winerror.h" #include "winerror.h"
#include "objbase.h" #include "objbase.h"
#include "oleauto.h"
#define __WINE_INCLUDE_OLEIDL #define __WINE_INCLUDE_OLEIDL
#include "oleidl.h" #include "oleidl.h"
#undef __WINE_INCLUDE_OLEIDL #undef __WINE_INCLUDE_OLEIDL
#include "oleauto.h"
struct tagMSG; struct tagMSG;
#ifdef __cplusplus #ifdef __cplusplus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment