mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35: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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 565 is confirmed value in Win2k3 */
|
|
||||||
if (Bytes >= 565)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (GDI_HANDLE_IS_STOCKOBJ(hBitmap))
|
if (GDI_HANDLE_IS_STOCKOBJ(hBitmap))
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue