00001 #ifndef __pre_nw__
00002 #define __pre_nw__
00003
00004 #include <stdint.h>
00005
00006 #ifndef __GNUC__
00007 #pragma precompile_target "precomp.mch"
00008 #endif
00009
00010 #define NETWARE
00011
00012 #define N_PLAT_NLM
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 #define FAR
00030 #define far
00031
00032
00033
00034 #define cdecl
00035
00036
00037
00038 #ifndef __GNUC__
00039 #ifndef DOXYGEN
00040 #if (__option(cplusplus) && __option(wchar_type))
00041 #define _WCHAR_T
00042 #endif
00043 #endif
00044 #endif
00045
00046
00047 #define DECIMAL_DIG 17
00048
00049
00050 #ifndef __int64
00051 #define __int64 long long
00052 #endif
00053
00054
00055 #define VERSION "expat_1.95.1"
00056 #define EXPAT_MAJOR_VERSION 1
00057 #define EXPAT_MINOR_VERSION 95
00058 #define EXPAT_EDIT 2
00059
00060 #define XML_MAJOR_VERSION EXPAT_MAJOR_VERSION
00061 #define XML_MINOR_VERSION EXPAT_MINOR_VERSION
00062 #define XML_MICRO_VERSION EXPAT_EDIT
00063
00064 #endif
00065
00066
00067