mshtml #1: Includes clean up. (resend)

Alexandre Julliard julliard at winehq.org
Thu Jan 3 09:26:29 CST 2008


Jacek Caban <jacek at codeweavers.com> 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
julliard at winehq.org



More information about the wine-devel mailing list