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