Ignore:
Timestamp:
May 19, 2008, 5:10:15 PM (16 years ago)
Author:
dai_9181
Message:

・PROJECTINFO構造体を廃止し、Projectクラスを採用した。
・ProjectInfoをprojectInfoにリネーム

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/CFileInfo.cpp

    r475 r618  
    1313void CFileInfo::GetFullPath(char *buffer){
    1414    lstrcpy(buffer,m_path);
    15     ::GetFullPath(buffer,ProjectInfo.dir);
     15    ::GetFullPath(buffer,projectInfo.dir);
    1616}
    1717
Note: See TracChangeset for help on using the changeset viewer.