mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[WIN32SS][NTGDI] Delete magic number 565
This commit is contained in:
parent
cc75016389
commit
e7b222f4c5
1 changed files with 0 additions and 6 deletions
|
@ -617,12 +617,6 @@ NtGdiSetBitmapBits(
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* 565 is confirmed value in Win2k3 */
|
||||
if (Bytes >= 565)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (GDI_HANDLE_IS_STOCKOBJ(hBitmap))
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue