hook GetSystemPaletteEntries
This commit is contained in:
parent
806924f86e
commit
1c263ca573
5 changed files with 30 additions and 2 deletions
|
@ -58,6 +58,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);
|
||||
|
||||
HMODULE WINAPI fake_LoadLibraryA(LPCSTR lpLibFileName);
|
||||
HMODULE WINAPI fake_LoadLibraryW(LPCWSTR lpLibFileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue