Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members  

winconfig.h

00001 /*================================================================
00002 
00003 ** Copyright 2000, Clark Cooper
00004 
00005 ** All rights reserved.
00006 
00007 **
00008 
00009 ** This is free software. You are permitted to copy, distribute, or modify
00010 
00011 ** it under the terms of the MIT/X license (contained in the COPYING file
00012 
00013 ** with this distribution.)
00014 
00015 **
00016 
00017 **
00018 
00019 */
00020 
00021 
00022 
00023 #ifndef WINCONFIG_H
00024 
00025 #define WINCONFIG_H
00026 
00027 
00028 
00029 #define WIN32_LEAN_AND_MEAN
00030 
00031 #include <windows.h>
00032 
00033 #undef WIN32_LEAN_AND_MEAN
00034 
00035 
00036 
00037 #include <memory.h>
00038 
00039 #include <string.h>
00040 
00041 
00042 
00043 #define XML_NS 1
00044 
00045 #define XML_DTD 1
00046 
00047 #define XML_BYTE_ORDER 12
00048 
00049 #define XML_CONTEXT_BYTES 1024
00050 
00051 
00052 
00053 #endif /* ndef WINCONFIG_H */
00054 

Generated on Thu Jul 24 13:31:51 2003 for jabberoo by doxygen1.3-rc3