Changeset 742 in dev for trunk/ab5.0/abdev/compiler_x64/MakePeHdr.cpp
- Timestamp:
- Sep 7, 2008, 12:07:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/MakePeHdr.cpp
r711 r742 855 855 856 856 //デバッグセクションを生成 857 CDebugSection *pobj_DebugSection;858 pobj_DebugSection=new CDebugSection();857 DebugSection *pobj_DebugSection; 858 pobj_DebugSection=new DebugSection(); 859 859 if( compiler.IsDebug() && !compiler.errorMessenger.HasError() ) 860 860 {
Note:
See TracChangeset
for help on using the changeset viewer.