From 751e3ab1f0031b6cae201c6742880e8ad137d798 Mon Sep 17 00:00:00 2001 From: "Unknown (abagchi)" <dev-null@apache.org> Date: Wed, 17 Nov 1999 21:49:42 +0000 Subject: [PATCH] Added the definitions of XMLUInt16 and XMLUInt32 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171412 13f79535-47bb-0310-9956-ffa450edef68 --- src/util/Compilers/SunCCDefs.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/util/Compilers/SunCCDefs.hpp b/src/util/Compilers/SunCCDefs.hpp index 948354bba..8a179e954 100644 --- a/src/util/Compilers/SunCCDefs.hpp +++ b/src/util/Compilers/SunCCDefs.hpp @@ -56,6 +56,13 @@ /** * $Log$ + * Revision 1.4 1999/11/17 21:49:42 abagchi + * Added the definitions of XMLUInt16 and XMLUInt32 + * PR: + * Obtained from: + * Submitted by: + * Reviewed by: + * * Revision 1.3 1999/11/12 20:37:00 rahulj * Changed library name to xerces-c.lib. * @@ -86,6 +93,11 @@ // --------------------------------------------------------------------------- typedef unsigned short XMLCh; +// --------------------------------------------------------------------------- +// Define unsigned 16 and 32 bits integers +// --------------------------------------------------------------------------- +typedef unsigned short XMLUInt16; +typedef unsigned int XMLUInt32; // --------------------------------------------------------------------------- // Force on the XML4C debug token if it was on in the build environment -- GitLab