- Add note for NtGdiCreateDIBitmapInternal, Should use System Bitmap DC hSystemBM, with CreateCompatibleDC for this.

svn path=/trunk/; revision=37403
This commit is contained in:
James Tabor 2008-11-17 13:51:43 +00:00
parent 8def0b5fff
commit 92b81a8473

View file

@ -995,7 +995,7 @@ NtGdiCreateDIBitmapInternal(IN HDC hDc,
HBITMAP Bmp;
if (!hDc)
{
{ // Should use System Bitmap DC hSystemBM, with CreateCompatibleDC for this.
hDc = IntGdiCreateDC(NULL, NULL, NULL, NULL,FALSE);
if (!hDc)
{