マスタエディタ:ファイルコピーの高速化のため、バッファのサイズを大きくする。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@150 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2009-01-28 11:35:53 +00:00
parent e444dfee4b
commit d0068d0d23
4 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ ECFormResult Form1::saveSrlCore( System::String ^infile, System::String ^outfile
// ----------------------------------------------
// ファイルのコピー
// ----------------------------------------------
#define METWL_COPY_FILE_BUFSIZE (1*1024*1024)
#define METWL_COPY_FILE_BUFSIZE (10*1024*1024)
ECFormResult Form1::copyFile( System::String ^infile, System::String ^outfile )
{
const char *pchInfile =