Change the attribute from FILE_DIRECTORY_FILE to

FILE_NON_DIRECTORY_FILE in DeleteFileW().

svn path=/trunk/; revision=2173
This commit is contained in:
Hartmut Birr 2001-08-14 20:50:47 +00:00
parent d0f2100e07
commit 41e8ef1540

View file

@ -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);