Ignore:
Timestamp:
Apr 4, 2008, 7:47:07 PM (16 years ago)
Author:
dai_9181
Message:

構成管理を変更中・・・(いったんコミット)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/ProjectEditor/Common.h

    r461 r475  
    1 #define STRICT
    21#define OEMRESOURCE
    32#define _CRT_SECURE_NO_DEPRECATE    //セキュリティ警告を出さない
     
    777776//FileOperation.cpp
    778777void MakeUserSettingDir(void);
    779 char *ReadBuffer(char *path);
    780 char *ReadBuffer_NonErrMsg(char *path);
     778char *ReadBuffer( const std::string &path );
     779char *ReadBuffer_NonErrMsg( const std::string &path );
    781780_int8 WriteBuffer(char *path,char *buffer,int length, bool isEnableError = true);
    782781_int8 WriteBuffer_NonErrMsg(char *path,char *buffer,int length);
Note: See TracChangeset for help on using the changeset viewer.