test/libInit.cc
author Claus Gittinger <cg@exept.de>
Sat, 30 Oct 2010 14:42:27 +0200
changeset 177 f87fa7bd8338
child 837 8de4f573203e
permissions -rw-r--r--
initial checkin

/*
 * $Header: /cvs/stx/stx/goodies/monticello/test/libInit.cc,v 1.1 2010-10-30 12:42:27 cg Exp $
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_goodies_monticello_test.
 */
#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_monticello_test_Init() INIT_TEXT_SECTION;
// DLL_EXPORT void _libstx_goodies_monticello_test_InitDefinition() INIT_TEXT_SECTION;
#endif

// void _libstx_goodies_monticello_test_InitDefinition(pass, __pRT__, snd)
// OBJ snd; struct __vmData__ *__pRT__; {
// __BEGIN_PACKAGE2__("libstx_goodies_monticello_test__DFN", _libstx_goodies_monticello_test_InitDefinition, "stx:goodies/monticello/test");
// _stx_137goodies_137monticello_137test_Init(pass,__pRT__,snd);

// __END_PACKAGE__();
// }

void _libstx_goodies_monticello_test_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_monticello_test", _libstx_goodies_monticello_test_Init, "stx:goodies/monticello/test");
_stx_137goodies_137monticello_137test_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}