fixed a spelling error for NtGdiSelectBitmap thx Caemyr notes it and testing on win2k3

svn path=/trunk/; revision=32930
This commit is contained in:
Magnus Olsen 2008-04-12 19:56:09 +00:00
parent 0d32aa149d
commit eda37fd967
2 changed files with 3 additions and 3 deletions

View file

@ -1800,8 +1800,8 @@ _NtGdiScaleWindowExtEx@24:
call *(%ecx) call *(%ecx)
ret $0x18 ret $0x18
.global _GreSelectBitmap@8 .global _NtGdiSelectBitmap@8
_GreSelectBitmap@8: _NtGdiSelectBitmap@8:
movl $0x1100, %eax movl $0x1100, %eax
movl $KUSER_SHARED_SYSCALL, %ecx movl $KUSER_SHARED_SYSCALL, %ecx
call *(%ecx) call *(%ecx)

View file

@ -263,7 +263,7 @@ NtGdiRoundRect@28
NtGdiSaveDC@4 NtGdiSaveDC@4
NtGdiScaleViewportExtEx@24 NtGdiScaleViewportExtEx@24
NtGdiScaleWindowExtEx@24 NtGdiScaleWindowExtEx@24
GreSelectBitmap@8 NtGdiSelectBitmap@8
NtGdiSelectBrush@8 NtGdiSelectBrush@8
NtGdiSelectClipPath@8 NtGdiSelectClipPath@8
NtGdiSelectFont@8 NtGdiSelectFont@8