peiyongz 2004/08/23 09:05:49 Modified: c/src/xercesc/util/Platforms/Solaris SolarisDefs.hpp Log: The missing FileHandle Revision Changes Path 1.4 +5 -0 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- SolarisDefs.hpp 19 Aug 2004 21:24:12 -0000 1.3 +++ SolarisDefs.hpp 23 Aug 2004 16:05:49 -0000 1.4 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.4 2004/08/23 16:05:49 peiyongz + * The missing FileHandle + * * Revision 1.3 2004/08/19 21:24:12 peiyongz * Jira[1255], patch from Neil Sharman * @@ -96,6 +99,8 @@ #else #error : unknown byte order! #endif + +typedef int FileHandle; #ifndef SOLARIS #define SOLARIS
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]