hook SelectPalette
This commit is contained in:
parent
6c67db5db1
commit
a5a4204f41
4 changed files with 23 additions and 0 deletions
|
@ -59,6 +59,7 @@ int WINAPI fake_StretchDIBits(
|
|||
HFONT WINAPI fake_CreateFontIndirectA(CONST LOGFONTA*);
|
||||
HFONT WINAPI fake_CreateFontA(int, int, int, int, int, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, LPCTSTR);
|
||||
UINT WINAPI fake_GetSystemPaletteEntries(HDC, UINT, UINT, LPPALETTEENTRY);
|
||||
HPALETTE WINAPI fake_SelectPalette(HDC, HPALETTE, BOOL);
|
||||
|
||||
HMODULE WINAPI fake_LoadLibraryA(LPCSTR lpLibFileName);
|
||||
HMODULE WINAPI fake_LoadLibraryW(LPCWSTR lpLibFileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue