add experimental wing32 hooks
This commit is contained in:
parent
bbab7a018a
commit
9ced91af14
3 changed files with 59 additions and 0 deletions
|
@ -40,6 +40,12 @@ int WINAPI fake_GetDeviceCaps(HDC hdc, int index);
|
|||
BOOL WINAPI fake_StretchBlt(
|
||||
HDC hdcDest, int xDest, int yDest, int wDest, int hDest, HDC hdcSrc, int xSrc, int ySrc, int wSrc, int hSrc, DWORD rop);
|
||||
|
||||
BOOL WINAPI fake_WinGStretchBlt(
|
||||
HDC hdcDest, int xDest, int yDest, int wDest, int hDest, HDC hdcSrc, int xSrc, int ySrc, int wSrc, int hSrc);
|
||||
|
||||
BOOL WINAPI fake_WinGBitBlt(
|
||||
HDC hdc, int x, int y, int cx, int cy, HDC hdcSrc, int x1, int y1);
|
||||
|
||||
BOOL WINAPI fake_BitBlt(
|
||||
HDC hdc, int x, int y, int cx, int cy, HDC hdcSrc, int x1, int y1, DWORD rop);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue