mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[WIN32KDLL_2K3SP2]
Export NtUserGetClassInfoEx (as it's called in 2k3) both as NtUserGetClassInfo (as it's called on XP) and NtUserGetClassInfo. They have the same prototype. svn path=/trunk/; revision=70463
This commit is contained in:
@@ -390,7 +390,8 @@
|
||||
@ stdcall NtUserGetAtomName(long ptr)
|
||||
@ stdcall NtUserGetCaretBlinkTime()
|
||||
@ stdcall NtUserGetCaretPos(ptr)
|
||||
@ stdcall NtUserGetClassInfo(ptr ptr ptr ptr long) # called NtUserGetClassInfoEx on 2k3,but identical to XP
|
||||
@ stdcall NtUserGetClassInfo(ptr ptr ptr ptr long) NtUserGetClassInfoEx # called NtUserGetClassInfoEx on 2k3, but identical to XP's NtUserGetClassInfo
|
||||
@ stdcall NtUserGetClassInfoEx(ptr ptr ptr ptr long)
|
||||
@ stdcall NtUserGetClassName(ptr long ptr)
|
||||
@ stdcall NtUserGetClipboardData(long ptr)
|
||||
@ stdcall NtUserGetClipboardFormatName(long wstr ptr)
|
||||
|
||||
@@ -388,7 +388,7 @@ SVC_(UserGetAsyncKeyState, 1)
|
||||
SVC_(UserGetAtomName, 2)
|
||||
SVC_(UserGetCaretBlinkTime, 0)
|
||||
SVC_(UserGetCaretPos, 1)
|
||||
SVC_(UserGetClassInfo, 5) // called UserGetClassInfoEx on 2k3, but identical to XP
|
||||
SVC_(UserGetClassInfoEx, 5)
|
||||
SVC_(UserGetClassName, 3)
|
||||
SVC_(UserGetClipboardData, 2)
|
||||
SVC_(UserGetClipboardFormatName, 3)
|
||||
|
||||
Reference in New Issue
Block a user