libInit.cc
changeset 3153 2d0fe6afd0c0
parent 2804 2cba0c1989fc
child 3207 72705f73caec
equal deleted inserted replaced
3152:508443bf4cdb 3153:2d0fe6afd0c0
    11 # pragma codeseg INITCODE "INITCODE"
    11 # pragma codeseg INITCODE "INITCODE"
    12 #endif
    12 #endif
    13 
    13 
    14 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
    14 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
    15 DLL_EXPORT void _libstx_libtool2_Init() INIT_TEXT_SECTION;
    15 DLL_EXPORT void _libstx_libtool2_Init() INIT_TEXT_SECTION;
    16 // DLL_EXPORT void _libstx_libtool2_InitDefinition() INIT_TEXT_SECTION;
    16 DLL_EXPORT void _libstx_libtool2_InitDefinition() INIT_TEXT_SECTION;
    17 #endif
    17 #endif
    18 
    18 
    19 // void _libstx_libtool2_InitDefinition(pass, __pRT__, snd)
    19 void _libstx_libtool2_InitDefinition(pass, __pRT__, snd)
    20 // OBJ snd; struct __vmData__ *__pRT__; {
    20 OBJ snd; struct __vmData__ *__pRT__; {
    21 // __BEGIN_PACKAGE2__("libstx_libtool2__DFN", _libstx_libtool2_InitDefinition, "stx:libtool2");
    21 __BEGIN_PACKAGE2__("libstx_libtool2__DFN", _libstx_libtool2_InitDefinition, "stx:libtool2");
    22 // _stx_137libtool2_Init(pass,__pRT__,snd);
    22 _stx_137libtool2_Init(pass,__pRT__,snd);
    23 
    23 
    24 // __END_PACKAGE__();
    24 __END_PACKAGE__();
    25 // }
    25 }
    26 
    26 
    27 void _libstx_libtool2_Init(pass, __pRT__, snd)
    27 void _libstx_libtool2_Init(pass, __pRT__, snd)
    28 OBJ snd; struct __vmData__ *__pRT__; {
    28 OBJ snd; struct __vmData__ *__pRT__; {
    29 __BEGIN_PACKAGE2__("libstx_libtool2", _libstx_libtool2_Init, "stx:libtool2");
    29 __BEGIN_PACKAGE2__("libstx_libtool2", _libstx_libtool2_Init, "stx:libtool2");
    30 _ColorEditDialog_Init(pass,__pRT__,snd);
    30 _ColorEditDialog_Init(pass,__pRT__,snd);