mirror of
https://github.com/reactos/reactos.git
synced 2025-07-14 09:54:13 +00:00
Ooops... forgot some debug prints ( embarassed )
svn path=/trunk/; revision=950
This commit is contained in:
parent
e4008de214
commit
a706ca2b64
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: create.c,v 1.16 2000/01/21 23:06:26 phreak Exp $
|
/* $Id: create.c,v 1.17 2000/01/21 23:17:47 phreak 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
|
||||||
|
@ -118,8 +118,6 @@ HANDLE STDCALL CreateFileW(LPCWSTR lpFileName,
|
||||||
lpFileName[3] == (WCHAR)'\\')
|
lpFileName[3] == (WCHAR)'\\')
|
||||||
{
|
{
|
||||||
wcscpy(PathNameW, lpFileName+4);
|
wcscpy(PathNameW, lpFileName+4);
|
||||||
OutputDebugStringA( "Fuck off\n" );
|
|
||||||
DPRINT1( "Fucking String: %S\n", PathNameW );
|
|
||||||
}
|
}
|
||||||
else if (lpFileName[0] == (WCHAR)'\\')
|
else if (lpFileName[0] == (WCHAR)'\\')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue