mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 17:02:56 +08:00
Fixed typo.
svn path=/trunk/; revision=676
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
//#define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <kernel32/kernel32.h>
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
@@ -146,9 +146,6 @@ WINBOOL STDCALL SetCurrentDirectoryW(LPCWSTR lpPathName)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* Drive letter MUST be capitalized */
|
||||
PathName[0] = towupper (PathName[0]);
|
||||
|
||||
DPRINT("PathName %w\n",PathName);
|
||||
|
||||
hDir = CreateFileW(PathName,
|
||||
|
||||
Reference in New Issue
Block a user