From 45e8e360cd6e90aecfac54a9a2453da2407fffeb Mon Sep 17 00:00:00 2001 From: Bang Jun-Young Date: Sat, 20 Jan 2007 17:19:55 +0900 Subject: [PATCH] msxml3: config.h police. --- dlls/msxml3/factory.c | 2 ++ dlls/msxml3/msxml_private.h | 4 ++++ dlls/msxml3/parseerror.c | 2 ++ dlls/msxml3/regsvr.c | 2 ++ 4 files changed, 10 insertions(+) diff --git a/dlls/msxml3/factory.c b/dlls/msxml3/factory.c index 53d59d1057b..f4dc2cc0161 100644 --- a/dlls/msxml3/factory.c +++ b/dlls/msxml3/factory.c @@ -21,6 +21,8 @@ #define COBJMACROS +#include "config.h" + #include #include "windef.h" #include "winbase.h" diff --git a/dlls/msxml3/msxml_private.h b/dlls/msxml3/msxml_private.h index e9a6da7b1c0..9fb96cae4d9 100644 --- a/dlls/msxml3/msxml_private.h +++ b/dlls/msxml3/msxml_private.h @@ -21,6 +21,10 @@ #ifndef __MSXML_PRIVATE__ #define __MSXML_PRIVATE__ +#ifndef __WINE_CONFIG_H +# error You must include config.h to use this header +#endif + #ifdef HAVE_LIBXML2 #ifdef HAVE_LIBXML_PARSER_H diff --git a/dlls/msxml3/parseerror.c b/dlls/msxml3/parseerror.c index 0680103aec7..f70ed5278e1 100644 --- a/dlls/msxml3/parseerror.c +++ b/dlls/msxml3/parseerror.c @@ -21,6 +21,8 @@ #define COBJMACROS +#include "config.h" + #include #include #include "windef.h" diff --git a/dlls/msxml3/regsvr.c b/dlls/msxml3/regsvr.c index 3686590c3a9..5648e1e66c3 100644 --- a/dlls/msxml3/regsvr.c +++ b/dlls/msxml3/regsvr.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "config.h" + #include #include