dbertoni 01/09/27 11:33:48
Modified: c/samples/ApacheModuleXSLT mod_xslt.c
Log:
32/64-bit fixes.
Revision Changes Path
1.6 +1 -1 xml-xalan/c/samples/ApacheModuleXSLT/mod_xslt.c
Index: mod_xslt.c
===================================================================
RCS file: /home/cvs/xml-xalan/c/samples/ApacheModuleXSLT/mod_xslt.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mod_xslt.c 2001/05/03 19:27:41 1.5
+++ mod_xslt.c 2001/09/27 18:33:48 1.6
@@ -107,7 +107,7 @@
-static unsigned long xalan_output_handler(const void *data, unsigned long
length, const void *handle)
+static CallbackSizeType xalan_output_handler(const void *data,
CallbackSizeType length, const void *handle)
{
CONTROL_STRUCT* c = (CONTROL_STRUCT*)handle;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]