CVS: winex/dlls/oleacc oleacc_main.c,1.2,1.3

[email protected] 14 Dec 2007 20:21:08 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/dlls/oleacc oleacc_main.c,1.2,1.3Update of /var/lib/cvsd/cvsroot/winex/dlls/oleacc
In directory agravaine:/tmp/cvs-serv15599/dlls/oleacc

Modified Files:
	oleacc_main.c 
Log Message:
Include objbase.h in files that'll need it (including any WIDL-generated
header without first including objbase.h is no longer allowed).


Index: oleacc_main.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/oleacc/oleacc_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- oleacc_main.c	18 Feb 2004 22:27:40 -0000	1.2
+++ oleacc_main.c	14 Dec 2007 20:21:06 -0000	1.3
@@ -12,6 +12,7 @@
 #include "winerror.h"
 #include "winnt.h"
 
+#include "objbase.h"
 #include "oleacc.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(oleacc);