examples/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 06 Sep 2013 02:45:44 +0200
changeset 2678 c865275e48a7
parent 2396 fadc6d7a2f5b
child 2731 13f5be2bf83b
permissions -rw-r--r--
Updated to match Mercurial revision a00302fe5083 with two tweaks: - JavaConstants: conditional compilation of __ACX_MULTIVERS flag (not present in eXept's stc/librun) - JavaNativeMethod: disabled call to __jbindnative() (not present in eXept's librun)

/*
 * $Header: /cvs/stx/stx/libjava/examples/libInit.cc,v 1.3 2013-09-06 00:41:47 vrany Exp $
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_libjava_examples.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_libjava_examples_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_libjava_examples_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libstx_libjava_examples_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libjava_examples__DFN", _libstx_libjava_examples_InitDefinition, "stx:libjava/examples");
_stx_137libjava_137examples_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libstx_libjava_examples_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libjava_examples", _libstx_libjava_examples_Init, "stx:libjava/examples");
_stx_137libjava_137examples_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}