Changeset 208 in dev for trunk/abdev/BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- Jul 13, 2007, 2:49:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/MakePeHdr.cpp
r206 r208 200 200 // サブルーチン(ユーザー定義、DLL関数)のイテレータの準備 201 201 compiler.GetMeta().GetUserProcs().Iterator_Init(); 202 202 /* 203 203 if( !compiler.GetMeta().Write( Jenga::Common::Environment::GetAppDir() + "\\meta_test.xml" ) ) 204 204 { … … 211 211 } 212 212 compiler.GetMeta() = (*pTempMeta); 213 213 */ 214 214 //コードと行番号の関係 215 215 extern LINEINFO *pLineInfo;
Note:
See TracChangeset
for help on using the changeset viewer.