Skip to content
Snippets Groups Projects
Commit 751e3ab1 authored by Unknown (abagchi)'s avatar Unknown (abagchi)
Browse files

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
parent 88f7606f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment