mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[TEE]
- TEE should overwrite existing file - Patch by vins8920 hotmail See issue #6022 for more details. svn path=/trunk/; revision=51226
This commit is contained in:
parent
88e51aaa47
commit
542a951d46
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ INT main (int argc,char **p)
|
|||
//l=0;
|
||||
hFile[i] = CreateFile(files[i],GENERIC_WRITE,
|
||||
0,NULL,
|
||||
OPEN_ALWAYS,
|
||||
CREATE_ALWAYS,
|
||||
FILE_ATTRIBUTE_NORMAL,NULL);
|
||||
|
||||
if (hFile[i] == INVALID_HANDLE_VALUE)
|
||||
|
|
Loading…
Reference in a new issue