mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:52:56 +00:00
Creat the symbolic links case-insensitive.
svn path=/trunk/; revision=19020
This commit is contained in:
parent
cb31a202c1
commit
4af01faa3c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ SmpDosDevicesQueryRoutine(PWSTR ValueName,
|
||||||
/* create symbolic link */
|
/* create symbolic link */
|
||||||
InitializeObjectAttributes(&ObjectAttributes,
|
InitializeObjectAttributes(&ObjectAttributes,
|
||||||
&LinkName,
|
&LinkName,
|
||||||
OBJ_PERMANENT,
|
OBJ_PERMANENT|OBJ_CASE_INSENSITIVE,
|
||||||
NULL,
|
NULL,
|
||||||
NULL);
|
NULL);
|
||||||
Status = NtCreateSymbolicLinkObject(&LinkHandle,
|
Status = NtCreateSymbolicLinkObject(&LinkHandle,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue