00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef WINCONFIG_H
00011 #define WINCONFIG_H
00012
00013 #define WIN32_LEAN_AND_MEAN
00014 #include <windows.h>
00015 #undef WIN32_LEAN_AND_MEAN
00016
00017 #include <memory.h>
00018 #include <string.h>
00019
00020 #define XML_NS 1
00021 #define XML_DTD 1
00022 #define XML_CONTEXT_BYTES 1024
00023
00024
00025 #define BYTEORDER 1234
00026
00027
00028 #define HAVE_MEMMOVE
00029
00030 #endif