libInit.cc
changeset 2059 bd1c39acf4ec
parent 2030 bef3cfda7e6a
child 2063 846813bf3ade
--- a/libInit.cc	Thu Aug 17 09:49:36 2006 +0200
+++ b/libInit.cc	Fri Aug 18 16:05:34 2006 +0200
@@ -16,11 +16,11 @@
 # endif /* not GNUC */
 #endif /* not WIN32 */
 #ifdef INIT_TEXT_SECT
-extern void _libtool2_Init() INIT_TEXT_SECT;
+extern void _libstx_libtool2_Init() INIT_TEXT_SECT;
 #endif
-void _libtool2_Init(pass, __pRT__, snd)
+void _libstx_libtool2_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
-__BEGIN_PACKAGE2__("libtool2", _libtool2_Init, "stx:libtool2");
+__BEGIN_PACKAGE2__("libstx_libtool2", _libstx_libtool2_Init, "stx:libtool2");
 _MenuEditor_Init(pass,__pRT__,snd);
 _ImageEditor_Init(pass,__pRT__,snd);
 _DataSetBuilder_Init(pass,__pRT__,snd);