mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Various changes related to calling convention fixes
svn path=/trunk/; revision=749
This commit is contained in:
parent
f0f8791763
commit
96c9969a90
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue