Changeset 73 in dev for BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- Mar 16, 2007, 11:07:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/MakePeHdr.cpp
r67 r73 8 8 // 特殊関数の構造体ポインタ 9 9 //////////////////////////// 10 S UBINFO10 SubInfo 11 11 *pSub_System_StartupProgram, 12 12 *pSub_DebugSys_StartProc, … … 391 391 392 392 //call _System_Call_Destructor_of_GlobalObject 393 extern S UBINFO*pSub_System_Call_Destructor_of_GlobalObject;393 extern SubInfo *pSub_System_Call_Destructor_of_GlobalObject; 394 394 op_call(pSub_System_Call_Destructor_of_GlobalObject); 395 395 … … 522 522 ExportNamesLength=lstrlen(lpExportNames)+1; 523 523 524 extern S UBINFO**ppSubHash;525 S UBINFO*psi,*psi2;524 extern SubInfo **ppSubHash; 525 SubInfo *psi,*psi2; 526 526 while(1){ 527 527 //辞書順にサーチ
Note:
See TracChangeset
for help on using the changeset viewer.