reactos/dll/win32/xmllite/precomp.h
2018-03-25 12:44:23 +01:00

25 lines
369 B
C

#ifndef _XMLLITE_PRECOMP_H_
#define _XMLLITE_PRECOMP_H_
#include <wine/config.h>
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#include <windef.h>
#include <winbase.h>
#include <objbase.h>
#include <xmllite.h>
#include <wine/debug.h>
#include "xmllite_private.h"
#endif /* !_XMLLITE_PRECOMP_H_ */