Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (17 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp

    r519 r523  
    349349#ifdef _DEBUG
    350350    {
    351         ofstream ofs( ( Jenga::Common::Environment::GetAppDir() + "\\middle_code.txt" ).c_str() );
    352         ofs << basbuf << endl;
     351        std::ofstream ofs( ( Jenga::Common::Environment::GetAppDir() + "\\middle_code.txt" ).c_str() );
     352        ofs << basbuf << std::endl;
    353353        ofs.close();
    354354    }
Note: See TracChangeset for help on using the changeset viewer.