From a12507355afa212d87c1a3da5ceeabc92ab46f1b Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 27 Oct 2014 23:39:21 +0000 Subject: [PATCH] [GDI32] Forgot to commit this... svn path=/trunk/; revision=65056 --- reactos/win32ss/gdi/gdi32/include/gdi32p.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/reactos/win32ss/gdi/gdi32/include/gdi32p.h b/reactos/win32ss/gdi/gdi32/include/gdi32p.h index 29d6381af24..3f0c445a598 100644 --- a/reactos/win32ss/gdi/gdi32/include/gdi32p.h +++ b/reactos/win32ss/gdi/gdi32/include/gdi32p.h @@ -236,11 +236,20 @@ ConvertBitmapInfo( DWORD WINAPI -GetAndSetDCDWord( HDC, INT, DWORD, DWORD, DWORD, DWORD ); +GetAndSetDCDWord( + _In_ HDC hdc, + _In_ UINT u, + _In_ DWORD dwIn, + _In_ ULONG ulMFId, + _In_ USHORT usMF16Id, + _In_ DWORD dwError); DWORD WINAPI -GetDCDWord( HDC, INT, DWORD); +GetDCDWord( + _In_ HDC hdc, + _In_ UINT u, + _In_ DWORD dwError); HGDIOBJ WINAPI