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