Changeset 73 in dev for BasicCompiler64/MakePeHdr.cpp
- Timestamp:
- Mar 16, 2007, 11:07:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/MakePeHdr.cpp
r67 r73 6 6 // 特殊関数の構造体ポインタ 7 7 //////////////////////////// 8 S UBINFO8 SubInfo 9 9 *pSub_System_StartupProgram, 10 10 *pSub_DebugSys_StartProc, … … 352 352 353 353 //call _System_Call_Destructor_of_GlobalObject 354 extern S UBINFO*pSub_System_Call_Destructor_of_GlobalObject;354 extern SubInfo *pSub_System_Call_Destructor_of_GlobalObject; 355 355 op_call(pSub_System_Call_Destructor_of_GlobalObject); 356 356 … … 500 500 ExportNamesLength=lstrlen(lpExportNames)+1; 501 501 502 extern S UBINFO**ppSubHash;503 S UBINFO*psi,*psi2;502 extern SubInfo **ppSubHash; 503 SubInfo *psi,*psi2; 504 504 while(1){ 505 505 //辞書順にサーチ
Note:
See TracChangeset
for help on using the changeset viewer.