Various changes related to calling convention fixes

svn path=/trunk/; revision=749
This commit is contained in:
Emanuele Aliberti 1999-10-31 22:44:39 +00:00
parent f0f8791763
commit 96c9969a90
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/*
/* $Id: rtl.h,v 1.16 1999/10/31 22:44:39 ea Exp $
*
*/
@ -340,6 +340,7 @@ RtlExtendedMagicDivide (
);
VOID
STDCALL
RtlFillMemory (
PVOID Destination,
ULONG Length,
@ -573,6 +574,7 @@ RtlLengthSecurityDescriptor (
);
VOID
STDCALL
RtlMoveMemory (
PVOID Destination,
CONST VOID * Source,
@ -646,6 +648,7 @@ RtlGetCallersAddress (
);
VOID
STDCALL
RtlZeroMemory (
PVOID Destination,
ULONG Length

View file

@ -150,7 +150,7 @@ DWORD W32kSetMapperFlags(HDC hDC,
UINT W32kSetTextAlign(HDC hDC,
UINT Mode);
COLORREF W32kSetTextColor(HDC hDC,
COLORREF STDCALL W32kSetTextColor(HDC hDC,
COLORREF Color);
BOOL W32kSetTextJustification(HDC hDC,