Jacek Caban <[EMAIL PROTECTED]> writes: > diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h > index c981348..e0c94c3 100644 > --- a/dlls/mshtml/mshtml_private.h > +++ b/dlls/mshtml/mshtml_private.h > @@ -16,6 +16,19 @@ > * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA > */ > > +#include "config.h" > + > +#include <stdarg.h> > +#include <stdio.h>
You can't use config.h from a header file. -- Alexandre Julliard [EMAIL PROTECTED]