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

This commit is contained in:
Jon Griffiths 2003-07-18 22:53:12 +00:00 committed by Alexandre Julliard
parent 58422dc83c
commit 7491dbd63e
1 changed files with 2 additions and 1 deletions

View File

@ -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