Author: tkreuzer Date: Mon Oct 27 23:39:21 2014 New Revision: 65056
URL: http://svn.reactos.org/svn/reactos?rev=65056&view=rev Log: [GDI32] Forgot to commit this...
Modified: trunk/reactos/win32ss/gdi/gdi32/include/gdi32p.h
Modified: trunk/reactos/win32ss/gdi/gdi32/include/gdi32p.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/gdi/gdi32/include/g... ============================================================================== --- trunk/reactos/win32ss/gdi/gdi32/include/gdi32p.h [iso-8859-1] (original) +++ trunk/reactos/win32ss/gdi/gdi32/include/gdi32p.h [iso-8859-1] Mon Oct 27 23:39:21 2014 @@ -236,11 +236,20 @@
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