*** empty log message *** rel3-1-2
authorClaus Gittinger <cg@exept.de>
Thu, 21 Nov 1996 15:15:41 +0100
changeset 264 692abf4d8c29
parent 263 865b7d99d3f5
child 265 eb58d4da2bd7
*** empty log message ***
ntLibInit.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ntLibInit.c	Thu Nov 21 15:15:41 1996 +0100
@@ -0,0 +1,25 @@
+
+#ifndef OLDVMDATA
+# define __INDIRECTVMINITCALLS__
+#endif
+#include <stc.h>
+_libwidg2_Init(pass, __pRT__, snd)
+#ifdef OLDVMDATA
+OBJ snd; struct __initTab__ *__pRT__; {
+#else
+OBJ snd; struct __vmData__ *__pRT__; {
+#endif
+ __BEGIN_PACKAGE__("libwidg2", _libwidg2_Init);
+_LicenceBox_Init(pass,__pRT__,snd);
+_Slider_Init(pass,__pRT__,snd);
+_HorizontalSlider_Init(pass,__pRT__,snd);
+_LabelledEnterField_Init(pass,__pRT__,snd);
+_FilenameEnterBox_Init(pass,__pRT__,snd);
+_FilenameEditField_Init(pass,__pRT__,snd);
+_CheckBox_Init(pass,__pRT__,snd);
+_Separator_Init(pass,__pRT__,snd);
+_TabulatorSpecification_Init(pass,__pRT__,snd);
+_ListEntry_Init(pass,__pRT__,snd);
+_MultiColListEntry_Init(pass,__pRT__,snd);
+ __END_PACKAGE__();
+}