mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 11:36:46 +00:00
Change the attribute from FILE_DIRECTORY_FILE to
FILE_NON_DIRECTORY_FILE in DeleteFileW(). svn path=/trunk/; revision=2173
This commit is contained in:
parent
d0f2100e07
commit
41e8ef1540
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: delete.c,v 1.8 2000/06/29 23:35:23 dwelch Exp $
|
/* $Id: delete.c,v 1.9 2001/08/14 20:50:47 hbirr Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
|
@ -93,7 +93,7 @@ DeleteFileW (
|
||||||
FILE_ATTRIBUTE_NORMAL,
|
FILE_ATTRIBUTE_NORMAL,
|
||||||
0,
|
0,
|
||||||
FILE_OPEN,
|
FILE_OPEN,
|
||||||
FILE_DIRECTORY_FILE,
|
FILE_NON_DIRECTORY_FILE,
|
||||||
NULL,
|
NULL,
|
||||||
0);
|
0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue