xml/libxml2libs/inc/libxml2/libxml2_xmlschemasglobals.h
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
equal deleted inserted replaced
20:889504eac4fb 21:604ca70b6235
    17 #define XMLSCHEMAS_GLOBALS_H
    17 #define XMLSCHEMAS_GLOBALS_H
    18 
    18 
    19 typedef struct _xmlSchemaTypesGlobalData xmlSchemaTypesGlobalData;
    19 typedef struct _xmlSchemaTypesGlobalData xmlSchemaTypesGlobalData;
    20 typedef xmlSchemaTypesGlobalData* xmlSchemaTypesGlobalDataPtr;
    20 typedef xmlSchemaTypesGlobalData* xmlSchemaTypesGlobalDataPtr;
    21 
    21 
    22 #include <stdapis/libxml2/libxml2_schemasinternals.h>
    22 #include <libxml2_schemasinternals.h>
       
    23 
    23 // xmlSchemaTypesInitialized is defined as separate global variable
    24 // xmlSchemaTypesInitialized is defined as separate global variable
    24 
    25 
    25 struct _xmlSchemaTypesGlobalData{
    26 struct _xmlSchemaTypesGlobalData{
    26     xmlHashTablePtr xmlSchemaTypesBank;
    27     xmlHashTablePtr xmlSchemaTypesBank;
    27 
    28