xml/libxml2libs/inc/libxml2/libxml2_sax2.h
branchRCL_3
changeset 32 889504eac4fb
parent 0 e35f40988205
child 33 604ca70b6235
equal deleted inserted replaced
31:6bcc0aa4be39 32:889504eac4fb
    15 */
    15 */
    16 
    16 
    17 #ifndef XML_SAX2_H
    17 #ifndef XML_SAX2_H
    18 #define XML_SAX2_H
    18 #define XML_SAX2_H
    19 
    19 
    20 #include <libxml2_parser.h>
    20 #include <stdapis/libxml2/libxml2_parser.h>
    21 
    21 
    22 #ifdef LIBXML_XPTR_ENABLED
    22 #ifdef LIBXML_XPTR_ENABLED
    23 #include <libxml2_xlink.h>
    23 #include <stdapis/libxml2/libxml2_xlink.h>
    24 #endif
    24 #endif
    25 
    25 
    26 #ifdef __cplusplus
    26 #ifdef __cplusplus
    27 extern "C" {
    27 extern "C" {
    28 #endif
    28 #endif