Author: tfaber
Date: Sat Apr 21 06:57:07 2012
New Revision: 56378

URL: http://svn.reactos.org/svn/reactos?rev=56378&view=rev
Log:
[RTL/NDK]
- RtlGetFullPathName_UstrEx returns NTSTATUS

Modified:
    trunk/reactos/include/ndk/rtlfuncs.h
    trunk/reactos/lib/rtl/path.c

Modified: trunk/reactos/include/ndk/rtlfuncs.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/rtlfuncs.h?rev=56378&r1=56377&r2=56378&view=diff
==============================================================================
--- trunk/reactos/include/ndk/rtlfuncs.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/rtlfuncs.h [iso-8859-1] Sat Apr 21 06:57:07 2012
@@ -2606,7 +2606,7 @@
     );
 #endif
 
-ULONG
+NTSTATUS
 NTAPI
 RtlGetFullPathName_UstrEx(
     IN PUNICODE_STRING FileName,

Modified: trunk/reactos/lib/rtl/path.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/path.c?rev=56378&r1=56377&r2=56378&view=diff
==============================================================================
--- trunk/reactos/lib/rtl/path.c [iso-8859-1] (original)
+++ trunk/reactos/lib/rtl/path.c [iso-8859-1] Sat Apr 21 06:57:07 2012
@@ -1778,7 +1778,7 @@
 /*
  * @implemented
  */
-ULONG
+NTSTATUS
 NTAPI
 RtlGetFullPathName_UstrEx(IN PUNICODE_STRING FileName,
                           IN PUNICODE_STRING StaticString,


Reply via email to