Changeset 86 in dev for BasicCompiler32/MakePeHdr.cpp


Ignore:
Timestamp:
Mar 30, 2007, 5:12:12 AM (17 years ago)
Author:
dai_9181
Message:

pSubStaticMethod_System_TypeBase_InitializeUserTypesを追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/MakePeHdr.cpp

    r78 r86  
    2626    *pSub_System_GC_malloc_ForObjectPtr,
    2727    *pSub_System_GC_free_for_SweepingDelete,
     28    *pSubStaticMethod_System_TypeBase_InitializeUserTypes,
    2829
    2930    *pSub_allrem,
     
    245246    if( pSub_System_GC_free_for_SweepingDelete = GetSubHash( "_System_GC_free_for_SweepingDelete",1 ) )
    246247        pSub_System_GC_free_for_SweepingDelete->Using();
     248
     249    if( pSubStaticMethod_System_TypeBase_InitializeUserTypes = GetSubHash( "_System_TypeBase.InitializeUserTypes",1 ) ){
     250        pSubStaticMethod_System_TypeBase_InitializeUserTypes->Using();
     251        pSubStaticMethod_System_TypeBase_InitializeUserTypes->ThisIsSystemProc();
     252    }
    247253
    248254    pSub_allrem=GetSubHash("_allrem");
Note: See TracChangeset for help on using the changeset viewer.