branch update for HEAD-2003050101
[reactos.git] / lib / kernel32 / misc / error.c
index 31194ac..972ecc2 100644 (file)
 #include <kernel32/kernel32.h>
 
 
-/* INTERNAL */
-DWORD
-STDCALL
-SetLastErrorByStatus (
-       NTSTATUS        Status
-       )
-{
-       DWORD Error = RtlNtStatusToDosError (Status);
-       SetLastError (Error);
-       return (Error);
-}
-
-
 VOID
 STDCALL
 SetLastError (