mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Add note for NtGdiCreateDIBitmapInternal, Should use System Bitmap DC hSystemBM, with CreateCompatibleDC for this.
svn path=/trunk/; revision=37403
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user