mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 02:10:28 +08:00
Creat the symbolic links case-insensitive.
svn path=/trunk/; revision=19020
This commit is contained in:
@@ -67,7 +67,7 @@ SmpDosDevicesQueryRoutine(PWSTR ValueName,
|
||||
/* create symbolic link */
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
&LinkName,
|
||||
OBJ_PERMANENT,
|
||||
OBJ_PERMANENT|OBJ_CASE_INSENSITIVE,
|
||||
NULL,
|
||||
NULL);
|
||||
Status = NtCreateSymbolicLinkObject(&LinkHandle,
|
||||
|
||||
Reference in New Issue
Block a user