libInit.cc
changeset 2148 cfff8a04d2e6
parent 2145 75b115b9a5fa
child 2155 2b27c3e5c4ae
--- a/libInit.cc	Wed Aug 16 13:00:12 2006 +0200
+++ b/libInit.cc	Fri Aug 18 16:05:40 2006 +0200
@@ -16,11 +16,11 @@
 # endif /* not GNUC */
 #endif /* not WIN32 */
 #ifdef INIT_TEXT_SECT
-extern void _libview2_Init() INIT_TEXT_SECT;
+extern void _libstx_libview2_Init() INIT_TEXT_SECT;
 #endif
-void _libview2_Init(pass, __pRT__, snd)
+void _libstx_libview2_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
-__BEGIN_PACKAGE2__("libview2", _libview2_Init, "stx:libview2");
+__BEGIN_PACKAGE2__("libstx_libview2", _libstx_libview2_Init, "stx:libview2");
 _ColorValue_Init(pass,__pRT__,snd);
 _Icon_Init(pass,__pRT__,snd);
 _DisplayObject_Init(pass,__pRT__,snd);