CVS: winex/dlls/mshtml document.c, 1.5, 1.6 factory.c, 1.1, 1.2
[email protected] 14 Dec 2007 20:20:51 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/dlls/mshtml document.c,1.5,1.6 factory.c,1.1,1.2Update of /var/lib/cvsd/cvsroot/winex/dlls/mshtml In directory agravaine:/tmp/cvs-serv15558/dlls/mshtml Modified Files: document.c factory.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: document.c =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/dlls/mshtml/document.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- document.c 19 Jan 2005 19:52:25 -0000 1.5 +++ document.c 14 Dec 2007 20:20:49 -0000 1.6 @@ -9,6 +9,7 @@ #include "winuser.h" #include "wingdi.h" +#include "objbase.h" #include "oleauto.h" #include "htmlguid.h" #include "mshtml.h" Index: factory.c =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/dlls/mshtml/factory.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- factory.c 18 Aug 2004 23:00:50 -0000 1.1 +++ factory.c 14 Dec 2007 20:20:49 -0000 1.2 @@ -6,6 +6,7 @@ #include "winuser.h" #include "wingdi.h" +#include "objbase.h" #include "oleauto.h" #include "htmlguid.h" #include "mshtml.h"