libInit.cc
changeset 2153 aa08d4d575c2
parent 2141 710670ba5619
child 2289 e13b323cb9da
equal deleted inserted replaced
2152:b0b27b3f013e 2153:aa08d4d575c2
    16 #   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
    16 #   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
    17 #  endif
    17 #  endif
    18 # endif /* not GNUC */
    18 # endif /* not GNUC */
    19 #endif /* not WIN32 */
    19 #endif /* not WIN32 */
    20 #ifdef INIT_TEXT_SECT
    20 #ifdef INIT_TEXT_SECT
    21 extern void _libstx_libtool2_Init() INIT_TEXT_SECT;
    21 DLL_EXPORT extern void _libstx_libtool2_Init() INIT_TEXT_SECT;
    22 #endif
    22 #endif
    23 void _libstx_libtool2_Init(pass, __pRT__, snd)
    23 void _libstx_libtool2_Init(pass, __pRT__, snd)
    24 OBJ snd; struct __vmData__ *__pRT__; {
    24 OBJ snd; struct __vmData__ *__pRT__; {
    25 __BEGIN_PACKAGE2__("libstx_libtool2", _libstx_libtool2_Init, "stx:libtool2");
    25 __BEGIN_PACKAGE2__("libstx_libtool2", _libstx_libtool2_Init, "stx:libtool2");
    26 _ColorEditDialog_Init(pass,__pRT__,snd);
    26 _ColorEditDialog_Init(pass,__pRT__,snd);