CVS: winex/dlls/quartz imcntl.c,1.4,1.5
[email protected] 14 Dec 2007 20:21:17 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/dlls/quartz imcntl.c,1.4,1.5Update of /var/lib/cvsd/cvsroot/winex/dlls/quartz In directory agravaine:/tmp/cvs-serv15622/dlls/quartz Modified Files: imcntl.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: imcntl.c =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/dlls/quartz/imcntl.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- imcntl.c 18 Feb 2004 22:27:42 -0000 1.4 +++ imcntl.c 14 Dec 2007 20:21:15 -0000 1.5 @@ -13,6 +13,7 @@ #include "wingdi.h" #include "winuser.h" #include "winerror.h" +#include "objbase.h" #include "oleauto.h" #include "strmif.h" #include "control.h"