xmlreaderimpl/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 25 Jan 2016 16:35:43 +0000
changeset 298 9696f76605bd
parent 296 ea3dbc023c80
child 300 b6d834208d33
permissions -rw-r--r--
Added C:\MINGW\MSYS\1.0\bin to PATH when building expat. Some systems have it installed there (such as SWING Jenkins servers)

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_goodies_xmlsuite_xmlreaderimpl.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_goodies_xmlsuite_xmlreaderimpl_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_goodies_xmlsuite_xmlreaderimpl_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libstx_goodies_xmlsuite_xmlreaderimpl_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_xmlsuite_xmlreaderimpl__DFN", _libstx_goodies_xmlsuite_xmlreaderimpl_InitDefinition, "stx:goodies/xmlsuite/xmlreaderimpl");
_stx_137goodies_137xmlsuite_137xmlreaderimpl_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libstx_goodies_xmlsuite_xmlreaderimpl_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_xmlsuite_xmlreaderimpl", _libstx_goodies_xmlsuite_xmlreaderimpl_Init, "stx:goodies/xmlsuite/xmlreaderimpl");
_XMLv2__ExpatXMLReader_Init(pass,__pRT__,snd);
_stx_137goodies_137xmlsuite_137xmlreaderimpl_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}