libInit.cc
changeset 1226 880d3db421c1
parent 1136 66b1668d5256
child 1231 ef5e46eea012
--- a/libInit.cc	Mon Aug 30 17:22:48 1999 +0200
+++ b/libInit.cc	Wed Sep 01 12:10:24 1999 +0200
@@ -2,10 +2,11 @@
  * DO NOT EDIT 
  * automatically generated from Make.proto
  */
-
 #define __INDIRECTVMINITCALLS__
 #include <stc.h>
-#pragma codeseg INITCODE "INITCODE"
+#ifdef WIN32
+# pragma codeseg INITCODE "INITCODE"
+#endif /* WIN32 */
 _libview2_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
 __BEGIN_PACKAGE__("libview2", _libview2_Init);
@@ -20,7 +21,6 @@
 _ApplicationModel_Init(pass,__pRT__,snd);
 _ToolApplicationModel_Init(pass,__pRT__,snd);
 _ResourceSpecEditor_Init(pass,__pRT__,snd);
-_ResourceRetriever_Init(pass,__pRT__,snd);
 _ValueModel_Init(pass,__pRT__,snd);
 _PluggableAdaptor_Init(pass,__pRT__,snd);
 _TypeConverter_Init(pass,__pRT__,snd);
@@ -39,6 +39,7 @@
 _EventListener_Init(pass,__pRT__,snd);
 _ActiveHelp_Init(pass,__pRT__,snd);
 _ActiveHelpView_Init(pass,__pRT__,snd);
+_KeyboardProcessor_Init(pass,__pRT__,snd);
 _Menu_Init(pass,__pRT__,snd);
 _MenuItem_Init(pass,__pRT__,snd);
 _DragAndDropManager_Init(pass,__pRT__,snd);
@@ -47,17 +48,16 @@
 _DropTarget_Init(pass,__pRT__,snd);
 _DragHandler_Init(pass,__pRT__,snd);
 _VisualRegion_Init(pass,__pRT__,snd);
+_ResourceRetriever_Init(pass,__pRT__,snd);
 _WindowBuilder_Init(pass,__pRT__,snd);
 _UIBuilder_Init(pass,__pRT__,snd);
 _TIFFReader_Init(pass,__pRT__,snd);
 _GIFReader_Init(pass,__pRT__,snd);
 _XBMReader_Init(pass,__pRT__,snd);
 _XPMReader_Init(pass,__pRT__,snd);
+#ifdef WANT_JPEGReader
 _JPEGReader_Init(pass,__pRT__,snd);
+#endif
 _SimpleDialog_Init(pass,__pRT__,snd);
-_KeyboardProcessor_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }
-
-
-