fix return value of GetSystemPaletteEntries
This commit is contained in:
parent
f9b47a9f0e
commit
747e1ec3a7
1 changed files with 1 additions and 1 deletions
|
@ -1417,7 +1417,7 @@ UINT WINAPI fake_GetSystemPaletteEntries(HDC hdc, UINT iStart, UINT cEntries, LP
|
|||
}
|
||||
}
|
||||
|
||||
return cEntries - iStart;
|
||||
return cEntries;
|
||||
}
|
||||
|
||||
return real_GetSystemPaletteEntries(hdc, iStart, cEntries, pPalEntries);
|
||||
|
|
Loading…
Reference in a new issue