mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Various changes related to calling convention fixes
svn path=/trunk/; revision=749
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user