peiyongz 2003/11/17 08:18:01 Modified: c/src/xercesc/util/Platforms/Solaris SolarisDefs.hpp Log: Fix to #4556 Revision Changes Path 1.2 +4 -1 xml-xerces/c/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp Index: SolarisDefs.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SolarisDefs.hpp 1 Feb 2002 22:22:25 -0000 1.1 +++ SolarisDefs.hpp 17 Nov 2003 16:18:01 -0000 1.2 @@ -56,8 +56,11 @@ /* * $Log$ - * Revision 1.1 2002/02/01 22:22:25 peiyongz - * Initial revision + * Revision 1.2 2003/11/17 16:18:01 peiyongz + * Fix to #4556 + * + * Revision 1.1.1.1 2002/02/01 22:22:25 peiyongz + * sane_include * * Revision 1.4 2000/03/02 19:55:30 roddey * This checkin includes many changes done while waiting for the @@ -83,7 +86,7 @@ // SPARC runs in big endian mode // --------------------------------------------------------------------------- #define ENDIANMODE_BIG -typedef void* FileHandle; +typedef int FileHandle; #ifndef SOLARIS #define SOLARIS
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]