mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:ファイルコピーの高速化のため、バッファのサイズを大きくする。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@150 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
e444dfee4b
commit
d0068d0d23
Binary file not shown.
Binary file not shown.
@ -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 =
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user