*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 04 May 1998 19:42:52 +0200
changeset 915 ee0c6c2cc6a1
parent 914 6b346d64c18f
child 916 64822d23fdec
*** empty log message ***
libInit.cc
nt.def
--- a/libInit.cc	Fri May 01 12:55:12 1998 +0200
+++ b/libInit.cc	Mon May 04 19:42:52 1998 +0200
@@ -1,15 +1,12 @@
-
-#ifndef OLDVMDATA
-# define __INDIRECTVMINITCALLS__
-#endif
+/*
+ * DO NOT EDIT 
+ * automatically generated from Make.proto
+ */
+#define __INDIRECTVMINITCALLS__
 #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);
+__BEGIN_PACKAGE__("libview2", _libview2_Init);
 _ColorValue_Init(pass,__pRT__,snd);
 _Icon_Init(pass,__pRT__,snd);
 _DisplayObject_Init(pass,__pRT__,snd);
@@ -18,6 +15,8 @@
 _MIMETypes_Init(pass,__pRT__,snd);
 _Model_Init(pass,__pRT__,snd);
 _ApplicationModel_Init(pass,__pRT__,snd);
+_ToolApplicationModel_Init(pass,__pRT__,snd);
+_ResourceSpecEditor_Init(pass,__pRT__,snd);
 _ValueModel_Init(pass,__pRT__,snd);
 _PluggableAdaptor_Init(pass,__pRT__,snd);
 _TypeConverter_Init(pass,__pRT__,snd);
@@ -40,6 +39,9 @@
 _MenuItem_Init(pass,__pRT__,snd);
 _DragAndDropManager_Init(pass,__pRT__,snd);
 _DropObject_Init(pass,__pRT__,snd);
+_DropContext_Init(pass,__pRT__,snd);
+_DropTarget_Init(pass,__pRT__,snd);
+_DragHandler_Init(pass,__pRT__,snd);
 _VisualRegion_Init(pass,__pRT__,snd);
 _WindowBuilder_Init(pass,__pRT__,snd);
 _UIBuilder_Init(pass,__pRT__,snd);
@@ -47,11 +49,9 @@
 _GIFReader_Init(pass,__pRT__,snd);
 _XBMReader_Init(pass,__pRT__,snd);
 _XPMReader_Init(pass,__pRT__,snd);
-#ifdef WANT_JPEG_READER
+#ifdef WANT_JPEGReader
 _JPEGReader_Init(pass,__pRT__,snd);
 #endif
-_ToolApplicationModel_Init(pass,__pRT__,snd);
-_ResourceSpecEditor_Init(pass,__pRT__,snd);
 _SimpleDialog_Init(pass,__pRT__,snd);
- __END_PACKAGE__();
+__END_PACKAGE__();
 }
--- a/nt.def	Fri May 01 12:55:12 1998 +0200
+++ b/nt.def	Mon May 04 19:42:52 1998 +0200
@@ -4,6 +4,6 @@
 SECTIONS
     INITCODE    READ EXECUTE SHARED
     INITDATA    READ WRITE
+    RODATA      READ SHARED
 EXPORTS 
     _libview2_Init
-IMPORTS