libInit.cc
changeset 2320 62657550e4d7
parent 2307 2c3cc83cf688
child 2420 1832a0ced979
--- a/libInit.cc	Fri Apr 20 18:19:38 2007 +0200
+++ b/libInit.cc	Fri Apr 20 18:21:13 2007 +0200
@@ -1,7 +1,7 @@
 /*
- * $Header: /cvs/stx/stx/libview2/libInit.cc,v 1.45 2007-04-16 11:13:34 cg Exp $
+ * $Header: /cvs/stx/stx/libview2/libInit.cc,v 1.46 2007-04-20 16:21:13 stefan Exp $
  *
- * DO NOT EDIT 
+ * DO NOT EDIT
  * automagically generated from the projectDefinition: stx_libview2.
  */
 #define __INDIRECTVMINITCALLS__
@@ -9,7 +9,7 @@
 
 #ifdef WIN32
 # pragma codeseg INITCODE "INITCODE"
-#endif 
+#endif
 
 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
 DLL_EXPORT void _libstx_libview2_Init() INIT_TEXT_SECTION;
@@ -53,7 +53,7 @@
 _TransparentBox_Init(pass,__pRT__,snd);
 _VisualComponent_Init(pass,__pRT__,snd);
 _VisualRegion_Init(pass,__pRT__,snd);
-_WinPrinterStream_Init(pass,__pRT__,snd);
+
 _WindowBuilder_Init(pass,__pRT__,snd);
 _XBMReader_Init(pass,__pRT__,snd);
 _XPMReader_Init(pass,__pRT__,snd);
@@ -65,7 +65,7 @@
 _UIBuilder_Init(pass,__pRT__,snd);
 _ValueModel_Init(pass,__pRT__,snd);
 _VisualPart_Init(pass,__pRT__,snd);
-_WinPrinterContext_Init(pass,__pRT__,snd);
+
 _AlignmentOrigin_Init(pass,__pRT__,snd);
 _BlockValue_Init(pass,__pRT__,snd);
 _FlyByHelp_Init(pass,__pRT__,snd);
@@ -83,6 +83,10 @@
 _TriggerValue_Init(pass,__pRT__,snd);
 _TypeConverter_Init(pass,__pRT__,snd);
 _ValueHolderWithWeakDependents_Init(pass,__pRT__,snd);
+#ifdef WIN32
+_WinPrinterStream_Init(pass,__pRT__,snd);
+_WinPrinterContext_Init(pass,__pRT__,snd);
+#endif /* WIN32 */
 
 
 __END_PACKAGE__();