mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed typo.
svn path=/trunk/; revision=676
This commit is contained in:
parent
d63c23131c
commit
3174c5069a
1 changed files with 1 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
//#define NDEBUG
|
#define NDEBUG
|
||||||
#include <kernel32/kernel32.h>
|
#include <kernel32/kernel32.h>
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
@ -146,9 +146,6 @@ WINBOOL STDCALL SetCurrentDirectoryW(LPCWSTR lpPathName)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Drive letter MUST be capitalized */
|
|
||||||
PathName[0] = towupper (PathName[0]);
|
|
||||||
|
|
||||||
DPRINT("PathName %w\n",PathName);
|
DPRINT("PathName %w\n",PathName);
|
||||||
|
|
||||||
hDir = CreateFileW(PathName,
|
hDir = CreateFileW(PathName,
|
||||||
|
|
Loading…
Reference in a new issue