mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[USER32]
* Export IsProcess16Bit() and IsWow64Message(). CORE-8174 svn path=/trunk/; revision=63163
This commit is contained in:
parent
aba903d969
commit
e23708bf6a
2 changed files with 4 additions and 2 deletions
|
@ -58,6 +58,7 @@ list(APPEND SOURCE
|
|||
windows/text.c
|
||||
windows/window.c
|
||||
windows/winpos.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/user32_stubs.c
|
||||
include/user32.h)
|
||||
|
||||
if(USE_NEW_CURSORICON)
|
||||
|
|
|
@ -427,16 +427,17 @@
|
|||
@ stdcall IsHungAppWindow(long)
|
||||
@ stdcall IsIconic(long)
|
||||
@ stdcall IsMenu(long)
|
||||
@ stdcall -stub IsProcess16Bit()
|
||||
@ stdcall IsRectEmpty(ptr)
|
||||
@ stdcall IsServerSideWindow(long)
|
||||
@ stdcall IsSETEnabled()
|
||||
@ stdcall IsServerSideWindow(long)
|
||||
@ stdcall IsWinEventHookInstalled(long)
|
||||
@ stdcall IsWindow(long)
|
||||
@ stdcall IsWindowEnabled(long)
|
||||
@ stdcall IsWindowInDestroy(long)
|
||||
@ stdcall IsWindowUnicode(long)
|
||||
@ stdcall IsWindowVisible(long)
|
||||
# @ stub IsWow64Message
|
||||
@ stdcall -stub IsWow64Message()
|
||||
@ stdcall IsZoomed(long)
|
||||
@ stdcall KillSystemTimer(long long)
|
||||
@ stdcall KillTimer(long long) NtUserKillTimer
|
||||
|
|
Loading…
Reference in a new issue