diff options
Diffstat (limited to 'Modules/expat/xmltok.h')
-rw-r--r-- | Modules/expat/xmltok.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/expat/xmltok.h b/Modules/expat/xmltok.h index 3d776be..1ecd05f 100644 --- a/Modules/expat/xmltok.h +++ b/Modules/expat/xmltok.h @@ -281,7 +281,8 @@ int FASTCALL XmlUtf8Encode(int charNumber, char *buf); int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf); int XmlSizeOfUnknownEncoding(void); -typedef int (*CONVERTER)(void *userData, const char *p); + +typedef int (XMLCALL *CONVERTER) (void *userData, const char *p); ENCODING * XmlInitUnknownEncoding(void *mem, |