mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[GDI32]
Forgot to commit this... svn path=/trunk/; revision=65056
This commit is contained in:
parent
2d1292ebbe
commit
a12507355a
1 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue