Remove redirect of CreateDIBitmap@24 to NtGdiCreateDIBitmap@24, and create stub for...
authorMagnus Olsen <magnus@greatlord.com>
Thu, 23 Aug 2007 15:03:13 +0000 (15:03 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Thu, 23 Aug 2007 15:03:13 +0000 (15:03 +0000)
commit122ab0a2bb7cfb4f17c8f7bd97e8bbb9a996820d
tree859e564657661adb8ceca79cbc8492fda304343f
parent0c529df2e0712bb7e7ba3ccd42b629adbd3ed507
Remove redirect of CreateDIBitmap@24 to NtGdiCreateDIBitmap@24, and create stub for it. we need do some stuff in user mode
Fix : CreateDiscardableBitmap shall be call on CreateCompatibleBitmap not the NtGdiCreateCompatibleBitmap, for we need do some thing in user mode
Fix : CreateEllipticRgnIndirect it crash now, if the param is NULL, that goes same for all windows NT I tested

svn path=/trunk/; revision=28473
reactos/dll/win32/gdi32/gdi32.def
reactos/dll/win32/gdi32/misc/stubs.c
reactos/dll/win32/gdi32/objects/bitmap.c
reactos/dll/win32/gdi32/objects/region.c