Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

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 #ifndef WINCONFIG_H
00020 
00021 #define WINCONFIG_H
00022 
00023 
00024 
00025 #define WIN32_LEAN_AND_MEAN
00026 
00027 #include <windows.h>
00028 
00029 #undef WIN32_LEAN_AND_MEAN
00030 
00031 
00032 
00033 #include <memory.h>
00034 
00035 #include <string.h>
00036 
00037 
00038 
00039 #define XML_NS 1
00040 
00041 #define XML_DTD 1
00042 
00043 #define XML_CONTEXT_BYTES 1024
00044 
00045 
00046 
00047 /* we will assume all Windows platforms are little endian */
00048 
00049 #define BYTEORDER 1234
00050 
00051 
00052 
00053 /* Windows has memmove() available. */
00054 
00055 #define HAVE_MEMMOVE
00056 
00057 
00058 
00059 #endif /* ndef WINCONFIG_H */
00060 

Generated on Tue May 3 22:31:41 2005 for Autodesk DWF Toolkit by  doxygen 1.4.1