ntLibInit.c
author Claus Gittinger <cg@exept.de>
Fri, 28 Feb 1997 22:51:30 +0100
changeset 465 5df2fbe7275a
parent 349 cd33eb3dbc53
child 567 31f4276f2ede
permissions -rw-r--r--
comments


#ifndef OLDVMDATA
# define __INDIRECTVMINITCALLS__
#endif
#include <stc.h>
_libview2_Init(pass, __pRT__, snd)
#ifdef OLDVMDATA
OBJ snd; struct __initTab__ *__pRT__; {
#else
OBJ snd; struct __vmData__ *__pRT__; {
#endif
 __BEGIN_PACKAGE__("libview2", _libview2_Init);
_ActiveHelp_Init(pass,__pRT__,snd);
_ActiveHelpView_Init(pass,__pRT__,snd);
_AlignmentOrigin_Init(pass,__pRT__,snd);
_ApplicationModel_Init(pass,__pRT__,snd);
_AspectAdaptor_Init(pass,__pRT__,snd);
_BlockValue_Init(pass,__pRT__,snd);
_BufferedValueHolder_Init(pass,__pRT__,snd);
_ColorValue_Init(pass,__pRT__,snd);
_DisplayObject_Init(pass,__pRT__,snd);
_EventListener_Init(pass,__pRT__,snd);
_GIFReader_Init(pass,__pRT__,snd);
_Icon_Init(pass,__pRT__,snd);
_InputView_Init(pass,__pRT__,snd);
_Layout_Init(pass,__pRT__,snd);
_LayoutFrame_Init(pass,__pRT__,snd);
_LayoutOrigin_Init(pass,__pRT__,snd);
_Model_Init(pass,__pRT__,snd);
_Plug_Init(pass,__pRT__,snd);
_PluggableAdaptor_Init(pass,__pRT__,snd);
_PrintConverter_Init(pass,__pRT__,snd);
_ProtocolAdaptor_Init(pass,__pRT__,snd);
_StandardSystemController_Init(pass,__pRT__,snd);
_TIFFReader_Init(pass,__pRT__,snd);
_TriggerValue_Init(pass,__pRT__,snd);
_UIBuilder_Init(pass,__pRT__,snd);
_ValueHolder_Init(pass,__pRT__,snd);
_ValueModel_Init(pass,__pRT__,snd);
_WindowBuilder_Init(pass,__pRT__,snd);
_XBMReader_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
}