Ignore:
Timestamp:
Jul 26, 2008, 8:30:56 PM (16 years ago)
Author:
dai_9181
Message:
  • #182への対応。シンボル名として使えない文字列を含んだファイル名のビルドができない不具合を修正。
File:
1 edited

Legend:

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

    r684 r710  
    243243        pSub_System_StartupProgram->Using();
    244244
    245     if(pSub_System_GlobalArea=GetSubHash(compiler.globalAreaProcName.c_str(),1))
     245    if(pSub_System_GlobalArea=GetSubHash(compiler.GetGlobalAreaProcName().c_str(),1))
    246246    {
    247247        pSub_System_GlobalArea->Using();
Note: See TracChangeset for help on using the changeset viewer.