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

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.cpp

    r519 r523  
    171171    lstrcpy(path,temp3);
    172172}
    173 void GetFullPath( char *path, const string &baseDirPath ){
     173void GetFullPath( char *path, const std::string &baseDirPath ){
    174174    int i,i2,i3,i4;
    175175    char temporary[MAX_PATH];
     
    590590
    591591    // グローバルローケルを日本語にする
    592     locale::global(locale("japanese"));
     592    std::locale::global(std::locale("japanese"));
    593593    _setmode(_fileno(stdout), _O_BINARY);
    594594
Note: See TracChangeset for help on using the changeset viewer.