mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
Sync with trunk r63270.
svn path=/branches/shell-experiments/; revision=63271
This commit is contained in:
commit
8db8073cbb
452 changed files with 42806 additions and 6586 deletions
|
@ -200,7 +200,7 @@ copy(TCHAR source[MAX_PATH],
|
|||
}
|
||||
|
||||
/* A page-aligned buffer usually give more speed */
|
||||
buffer = (LPBYTE)VirtualAlloc(NULL, BUFF_SIZE, MEM_COMMIT, PAGE_READWRITE);
|
||||
buffer = VirtualAlloc(NULL, BUFF_SIZE, MEM_COMMIT, PAGE_READWRITE);
|
||||
if (buffer == NULL)
|
||||
{
|
||||
CloseHandle (hFileDest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue