mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +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
|
VOID
|
||||||
|
STDCALL
|
||||||
RtlFillMemory (
|
RtlFillMemory (
|
||||||
PVOID Destination,
|
PVOID Destination,
|
||||||
ULONG Length,
|
ULONG Length,
|
||||||
|
@ -573,6 +574,7 @@ RtlLengthSecurityDescriptor (
|
||||||
);
|
);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
STDCALL
|
||||||
RtlMoveMemory (
|
RtlMoveMemory (
|
||||||
PVOID Destination,
|
PVOID Destination,
|
||||||
CONST VOID * Source,
|
CONST VOID * Source,
|
||||||
|
@ -646,6 +648,7 @@ RtlGetCallersAddress (
|
||||||
);
|
);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
STDCALL
|
||||||
RtlZeroMemory (
|
RtlZeroMemory (
|
||||||
PVOID Destination,
|
PVOID Destination,
|
||||||
ULONG Length
|
ULONG Length
|
||||||
|
|
|
@ -150,7 +150,7 @@ DWORD W32kSetMapperFlags(HDC hDC,
|
||||||
UINT W32kSetTextAlign(HDC hDC,
|
UINT W32kSetTextAlign(HDC hDC,
|
||||||
UINT Mode);
|
UINT Mode);
|
||||||
|
|
||||||
COLORREF W32kSetTextColor(HDC hDC,
|
COLORREF STDCALL W32kSetTextColor(HDC hDC,
|
||||||
COLORREF Color);
|
COLORREF Color);
|
||||||
|
|
||||||
BOOL W32kSetTextJustification(HDC hDC,
|
BOOL W32kSetTextJustification(HDC hDC,
|
||||||
|
|
Loading…
Reference in a new issue