Changeset 95 in dev for BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- Apr 15, 2007, 1:34:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/MakePeHdr.cpp
r91 r95 8 8 // 特殊関数の構造体ポインタ 9 9 //////////////////////////// 10 11 // グローバル関数、静的メソッド 10 12 UserProc 11 13 *pSub_System_StartupProgram, … … 38 40 39 41 *pSub_esp_error; 42 43 // 動的メソッド 44 UserProc 45 *pUserProc_System_CGarbageCollection_RegisterGlobalRoots; 40 46 41 47 … … 250 256 pSubStaticMethod_System_TypeBase_InitializeUserTypes->Using(); 251 257 pSubStaticMethod_System_TypeBase_InitializeUserTypes->ThisIsAutoGenerationProc(); 258 } 259 260 if( pUserProc_System_CGarbageCollection_RegisterGlobalRoots = GetClassMethod( "_System_CGarbageCollection", "RegisterGlobalRoots" ) ){ 261 pUserProc_System_CGarbageCollection_RegisterGlobalRoots->Using(); 262 pUserProc_System_CGarbageCollection_RegisterGlobalRoots->ThisIsAutoGenerationProc(); 252 263 } 253 264
Note:
See TracChangeset
for help on using the changeset viewer.