mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
darnit... another debug print.. someone kick me
svn path=/trunk/; revision=951
This commit is contained in:
parent
a706ca2b64
commit
4d393f112a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: create.c,v 1.17 2000/01/21 23:17:47 phreak Exp $
|
||||
/* $Id: create.c,v 1.18 2000/01/21 23:27:47 phreak Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -94,7 +94,7 @@ HANDLE STDCALL CreateFileW(LPCWSTR lpFileName,
|
|||
dwCreationDisposition = FILE_OVERWRITE;
|
||||
}
|
||||
|
||||
DPRINT1("CreateFileW(lpFileName %S)\n",lpFileName);
|
||||
DPRINT("CreateFileW(lpFileName %S)\n",lpFileName);
|
||||
|
||||
if (dwDesiredAccess & GENERIC_READ)
|
||||
dwDesiredAccess |= FILE_GENERIC_READ;
|
||||
|
|
Loading…
Reference in a new issue