mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[GDI32]
Forgot to commit this... svn path=/trunk/; revision=65056
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user