mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 15:11:41 +00:00
fixed a spelling error for NtGdiSelectBitmap thx Caemyr notes it and testing on win2k3
svn path=/trunk/; revision=32930
This commit is contained in:
parent
0d32aa149d
commit
eda37fd967
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue