mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[WIN32SS][NTGDI] Delete magic number 565
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user