Minor changes

svn path=/trunk/; revision=889
This commit is contained in:
Emanuele Aliberti 1999-12-18 10:15:11 +00:00
parent bfaef27782
commit e5b9e13d59
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,4 @@
/* $Id: rtl.h,v 1.20 1999/12/01 15:17:12 ekohl Exp $ /* $Id: rtl.h,v 1.21 1999/12/18 10:15:11 ea Exp $
* *
*/ */
@ -797,10 +797,17 @@ RtlMultiByteToUnicodeSize (
); );
DWORD DWORD
STDCALL
RtlNtStatusToDosError ( RtlNtStatusToDosError (
NTSTATUS StatusCode NTSTATUS StatusCode
); );
int
STDCALL
RtlNtStatusToPsxErrno (
NTSTATUS StatusCode
);
ULONG ULONG
STDCALL STDCALL
RtlOemStringToUnicodeSize ( RtlOemStringToUnicodeSize (

View file

@ -132,6 +132,7 @@ typedef struct _LPCMESSAGE
#define SystemPerformanceInformation 5 #define SystemPerformanceInformation 5
#define SystemDriverInformation 11 #define SystemDriverInformation 11
#define SystemIdentityInformation 12
#define SystemCacheInformation 21 #define SystemCacheInformation 21
#define SystemTimeAdjustmentInformation 28 #define SystemTimeAdjustmentInformation 28
#define SystemTimeZoneInformation 44 #define SystemTimeZoneInformation 44