msxml3: config.h police.

This commit is contained in:
Bang Jun-Young 2007-01-20 17:19:55 +09:00 committed by Alexandre Julliard
parent 793b12cdad
commit 45e8e360cd
4 changed files with 10 additions and 0 deletions

View file

@ -21,6 +21,8 @@
#define COBJMACROS
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"

View file

@ -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

View file

@ -21,6 +21,8 @@
#define COBJMACROS
#include "config.h"
#include <stdarg.h>
#include <assert.h>
#include "windef.h"

View file

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <string.h>