]>
git.saurik.com Git - wxWidgets.git/blob - src/expat/xmlwf/xmlfile.h
1 /* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
2 See the file COPYING for copying permission.
5 #define XML_MAP_FILE 01
6 #define XML_EXTERNAL_ENTITIES 02
9 #if defined(XML_USE_MSC_EXTENSIONS) && _MSC_VER < 1400
10 #define XML_FMT_INT_MOD "I64"
12 #define XML_FMT_INT_MOD "ll"
15 #define XML_FMT_INT_MOD "l"
18 extern int XML_ProcessFile(XML_Parser parser
,
19 const XML_Char
*filename
,