mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[RTL/NDK]
- RtlGetFullPathName_UstrEx returns NTSTATUS svn path=/trunk/; revision=56378
This commit is contained in:
parent
7495c41a26
commit
95e2e118d0
2 changed files with 2 additions and 2 deletions
|
@ -2606,7 +2606,7 @@ RtlGetFullPathName_UEx(
|
|||
);
|
||||
#endif
|
||||
|
||||
ULONG
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
RtlGetFullPathName_UstrEx(
|
||||
IN PUNICODE_STRING FileName,
|
||||
|
|
|
@ -1778,7 +1778,7 @@ RtlDosSearchPath_U(IN PCWSTR Path,
|
|||
/*
|
||||
* @implemented
|
||||
*/
|
||||
ULONG
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
RtlGetFullPathName_UstrEx(IN PUNICODE_STRING FileName,
|
||||
IN PUNICODE_STRING StaticString,
|
||||
|
|
Loading…
Reference in a new issue