Changeset 332 in dev for trunk/abdev/BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- Sep 27, 2007, 3:37:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/MakePeHdr.cpp
r322 r332 42 42 *pSub_System_GC_free_for_SweepingDelete, 43 43 *pSubStaticMethod_System_TypeBase_InitializeUserTypes, 44 *pSub_System_CreateSimpleDynamicDelegate, 44 45 45 46 *pSub_allrem, … … 283 284 pSubStaticMethod_System_TypeBase_InitializeUserTypes->ThisIsAutoGenerationProc(); 284 285 } 286 287 pSub_System_CreateSimpleDynamicDelegate = GetSubHash( "_System_CreateSimpleDynamicDelegate", TRUE ); 285 288 286 289 if( pUserProc_System_CGarbageCollection_RegisterGlobalRoots = GetClassMethod( "_System_CGarbageCollection", "RegisterGlobalRoots" ) ){
Note:
See TracChangeset
for help on using the changeset viewer.