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/BasicCompiler_Common/NonVolatile.cpp

    r519 r523  
    44
    55
    6 char *ReadBuffer_NonErrMsg( const string &path ){
     6char *ReadBuffer_NonErrMsg( const std::string &path ){
    77    extern HANDLE hHeap;
    88    int i;
     
    2020    return buffer;
    2121}
    22 _int8 WriteBuffer( const string &path, char *buffer,int length){
     22_int8 WriteBuffer( const std::string &path, char *buffer,int length){
    2323    extern HWND hOwnerEditor;
    2424    HANDLE hFile;
     
    247247    char temporary[MAX_PATH];
    248248
    249     const string userSettingDirPath = Jenga::Common::Environment::GetAppDir() + "\\UserSetting";
     249    const std::string userSettingDirPath = Jenga::Common::Environment::GetAppDir() + "\\UserSetting";
    250250
    251251    HANDLE hFind;
Note: See TracChangeset for help on using the changeset viewer.