Hi,
Will be needed for ocidl.idl.
Cheers,
Jon
License: X11
ChangeLog:
Jon Griffiths <jon_p_griffiths@yahoo.com>
+include/ole2.h
include oleauto.h before oleidl.h, as per native headers
=====
"Don't wait for the seas to part, or messiahs to come;
Don't you sit around and waste this chance..." - Live
jon_p_griffiths@yahoo.com
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
--- wine/include/ole2.h Wed Feb 19 22:08:42 2003
+++ wine-develop/include/ole2.h Tue May 13 20:20:15 2003
@@ -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