Removed a bunch of junk from wine and fixed crash on loading

svn path=/trunk/; revision=1887
This commit is contained in:
Phillip Susi 2001-05-05 18:09:30 +00:00
parent 3f98a7dd14
commit a0fe0d14a0
4 changed files with 4 additions and 747 deletions

View file

@ -1,4 +1,4 @@
# $Id: makefile_rex,v 1.14 2000/11/20 19:59:09 ekohl Exp $ # $Id: makefile_rex,v 1.15 2001/05/05 18:09:30 phreak Exp $
# #
# ReactOS Operating System # ReactOS Operating System
# #
@ -16,69 +16,17 @@ DLLTARGET=$(TARGET).dll
all: $(DLLTARGET) all: $(DLLTARGET)
INTERNAL_OBJECTS = \
internal/menu.o \
internal/heapdup.o \
internal/nc.o \
internal/win.o \
internal/dce.o \
internal/msg.o \
internal/queue.o \
internal/signal.o \
internal/event.o \
internal/timer.o \
internal/region.o \
internal/text.o \
internal/defwnd.o \
internal/paint.o \
internal/uitools.o \
internal/dialog.o \
internal/winpos.o
MISC_OBJECTS = \ MISC_OBJECTS = \
misc/sprintf.o \ misc/sprintf.o \
misc/dllmain.o \ misc/dllmain.o \
misc/string.o \ misc/string.o \
misc/sysmetr.o \
misc/winstat.o \ misc/winstat.o \
misc/bitmap.o \
misc/cursor.o \
misc/vk.o \
misc/stubs.o \ misc/stubs.o \
misc/stubsa.o \ misc/stubsa.o \
misc/stubsw.o misc/stubsw.o \
misc/win32k.o
WINDOWS_OBJECTS = \
windows/wndproc.o \
windows/win.o \
windows/hook.o \
windows/spy.o \
windows/queue.o \
windows/winpos.o \
windows/class.o \
windows/dc.o \
windows/timer.o \
windows/rect.o \
windows/msg.o \
windows/input.o \
windows/property.o \
windows/focus.o \
windows/paint.o \
windows/msgbox.o \
windows/dialog.o \
windows/scroll.o \
windows/defdlg.o
GRAPHICS_OBJECTS = \
graphics/rect.o \
graphics/caret.o \
graphics/text.o \
graphics/syscol.o \
graphics/fill.o \
graphics/draw.o \
graphics/icon.o
CONTROLS_OBJECTS = \ CONTROLS_OBJECTS = \
controls/button.o \ controls/button.o \
controls/combo.o \ controls/combo.o \
@ -95,8 +43,7 @@ RESOURCE_OBJECTS = \
RESOURCE_OBJECT = $(TARGET).coff RESOURCE_OBJECT = $(TARGET).coff
OBJECTS = $(MISC_OBJECTS) $(INTERNAL_OBJECTS) $(GRAPHICS_OBJECTS) $(RESOURCE_OBJECTS) $(RESOURCE_OBJECT)\ OBJECTS = $(MISC_OBJECTS) $(RESOURCE_OBJECTS) $(RESOURCE_OBJECT)
$(CONTROLS_OBJECTS) $(WINDOWS_OBJECTS)
ifeq ($(DOSCLI),yes) ifeq ($(DOSCLI),yes)
CLEAN_FILES = misc\*.o windows\*.o internal\*.o controls\*.o graphics\*.o resources\*.o \ CLEAN_FILES = misc\*.o windows\*.o internal\*.o controls\*.o graphics\*.o resources\*.o \

View file

@ -1,8 +1,5 @@
#include <windows.h> #include <windows.h>
extern HWINSTA WinStation;
extern HDESK Desktop;
WINBOOL STDCALL DllMain (HANDLE hInst, WINBOOL STDCALL DllMain (HANDLE hInst,
ULONG ul_reason_for_call, ULONG ul_reason_for_call,
LPVOID lpReserved); LPVOID lpReserved);
@ -27,13 +24,6 @@ DllMain(
case DLL_PROCESS_ATTACH: case DLL_PROCESS_ATTACH:
//WinStation = CreateWindowStationA(NULL,0,GENERIC_ALL,NULL); //WinStation = CreateWindowStationA(NULL,0,GENERIC_ALL,NULL);
//Desktop = CreateDesktopA(NULL,NULL,NULL,0,0,NULL); //Desktop = CreateDesktopA(NULL,NULL,NULL,0,0,NULL);
WINPOS_CreateInternalPosAtom();
SYSCOLOR_Init();
WIDGETS_Init();
ICONTITLE_Init();
DIALOG_Init();
COMBO_Init();
MENU_Init();
break; break;
case DLL_THREAD_ATTACH: case DLL_THREAD_ATTACH:
break; break;

View file

@ -1,31 +1,5 @@
LIBRARY user32.dll LIBRARY user32.dll
EXPORTS EXPORTS
ActivateKeyboardLayout
AdjustWindowRect
AdjustWindowRectEx
AnyPopup
AppendMenuA
AppendMenuW
ArrangeIconicWindows
AttachThreadInput
BeginDeferWindowPos
BeginPaint
BringWindowToTop
BroadcastSystemMessage
CalcChildScroll
CallMsgFilter
CallMsgFilterA
CallMsgFilterW
CallNextHookEx
CallWindowProcA
CallWindowProcW
CascadeChildWindows
CascadeWindows
ChangeClipboardChain
ChangeDisplaySettingsA
ChangeDisplaySettingsW
ChangeMenuA
ChangeMenuW
CharLowerA CharLowerA
CharLowerBuffA CharLowerBuffA
CharLowerBuffW CharLowerBuffW
@ -44,44 +18,17 @@ CharUpperA
CharUpperBuffA CharUpperBuffA
CharUpperBuffW CharUpperBuffW
CharUpperW CharUpperW
CheckDlgButton
CheckMenuItem
CheckMenuRadioItem
CheckRadioButton
ChildWindowFromPoint
ChildWindowFromPointEx
ClientToScreen
ClipCursor
CloseClipboard
CloseDesktop CloseDesktop
CloseWindow CloseWindow
CloseWindowStation CloseWindowStation
CopyAcceleratorTableA CopyAcceleratorTableA
CopyAcceleratorTableW CopyAcceleratorTableW
CopyIcon
CopyImage
CopyRect
CountClipboardFormats
CreateAcceleratorTableA CreateAcceleratorTableA
CreateAcceleratorTableW CreateAcceleratorTableW
CreateCaret
CreateCursor
CreateDesktopA CreateDesktopA
CreateDesktopW CreateDesktopW
CreateDialogIndirectParamA
CreateDialogIndirectParamW
CreateDialogParamA
CreateDialogParamW
CreateIcon
CreateIconFromResource
CreateIconFromResourceEx
CreateIconIndirect
CreateMDIWindowA CreateMDIWindowA
CreateMDIWindowW CreateMDIWindowW
CreateMenu
CreatePopupMenu
CreateWindowExA
CreateWindowExW
CreateWindowStationA CreateWindowStationA
CreateWindowStationW CreateWindowStationW
DdeAbandonTransaction DdeAbandonTransaction
@ -123,22 +70,7 @@ DefFrameProcA
DefFrameProcW DefFrameProcW
DefMDIChildProcA DefMDIChildProcA
DefMDIChildProcW DefMDIChildProcW
DefWindowProcA
DefWindowProcW
DeferWindowPos
DeleteMenu
DestroyAcceleratorTable DestroyAcceleratorTable
DestroyCaret
DestroyCursor
DestroyIcon
DestroyMenu
DestroyWindow
DialogBoxIndirectParamA
DialogBoxIndirectParamW
DialogBoxParamA
DialogBoxParamW
DispatchMessageA
DispatchMessageW
DlgDirListA DlgDirListA
DlgDirListComboBoxA DlgDirListComboBoxA
DlgDirListComboBoxW DlgDirListComboBoxW
@ -151,177 +83,52 @@ DragDetect
DragObject DragObject
DrawAnimatedRects DrawAnimatedRects
DrawCaption DrawCaption
DrawEdge
DrawFocusRect
DrawFrame DrawFrame
DrawFrameControl DrawFrameControl
DrawIcon
DrawIconEx
DrawMenuBar
DrawStateA DrawStateA
DrawStateW DrawStateW
DrawTextA
DrawTextExA DrawTextExA
DrawTextExW DrawTextExW
DrawTextW
EditWndProc
EmptyClipboard
EnableMenuItem
EnableScrollBar
EnableWindow
EndDeferWindowPos EndDeferWindowPos
EndDialog
EndPaint
EnumChildWindows EnumChildWindows
EnumClipboardFormats
EnumDesktopWindows EnumDesktopWindows
EnumDesktopsA EnumDesktopsA
EnumDesktopsW EnumDesktopsW
EnumDisplaySettingsA EnumDisplaySettingsA
EnumDisplaySettingsW EnumDisplaySettingsW
EnumPropsA
EnumPropsExA
EnumPropsExW
EnumPropsW
EnumThreadWindows EnumThreadWindows
EnumWindowStationsA EnumWindowStationsA
EnumWindowStationsW EnumWindowStationsW
EnumWindows EnumWindows
EqualRect
ExcludeUpdateRgn
ExitWindowsEx ExitWindowsEx
FillRect
FindWindowA FindWindowA
FindWindowExA FindWindowExA
FindWindowExW FindWindowExW
FindWindowW FindWindowW
FlashWindow
FrameRect
FreeDDElParam FreeDDElParam
GetActiveWindow
GetAsyncKeyState
GetCapture
GetCaretBlinkTime
GetCaretPos
GetClassInfoA
GetClassInfoExA
GetClassInfoExW
GetClassInfoW
GetClassLongA
GetClassLongW
GetClassNameA
GetClassNameW
GetClassWord
GetClientRect
GetClipCursor GetClipCursor
GetClipboardData
GetClipboardFormatNameA GetClipboardFormatNameA
GetClipboardFormatNameW GetClipboardFormatNameW
GetClipboardOwner
GetClipboardViewer
GetCursor GetCursor
GetCursorPos GetCursorPos
GetDC
GetDCEx
GetDesktopWindow
GetDialogBaseUnits
GetDlgCtrlID
GetDlgItem
GetDlgItemInt
GetDlgItemTextA
GetDlgItemTextW
GetDoubleClickTime
GetFocus
GetForegroundWindow GetForegroundWindow
GetIconInfo
GetInputDesktop GetInputDesktop
GetInputState
GetKBCodePage
GetKeyNameTextA GetKeyNameTextA
GetKeyNameTextW GetKeyNameTextW
GetKeyState
GetKeyboardLayout GetKeyboardLayout
GetKeyboardLayoutList GetKeyboardLayoutList
GetKeyboardLayoutNameA GetKeyboardLayoutNameA
GetKeyboardLayoutNameW GetKeyboardLayoutNameW
GetKeyboardState
GetKeyboardType
GetLastActivePopup GetLastActivePopup
GetMenu
GetMenuCheckMarkDimensions
GetMenuContextHelpId
_imp__GetMenuContextHelpId
GetMenuDefaultItem
GetMenuItemCount
GetMenuItemID
GetMenuItemInfoA
GetMenuItemInfoW
GetMenuItemRect
GetMenuState
GetMenuStringA
GetMenuStringW
GetMessageA
GetMessageExtraInfo
GetMessagePos
GetMessageTime
GetMessageW
GetNextDlgGroupItem
GetNextDlgTabItem
GetOpenClipboardWindow
GetParent
GetPriorityClipboardFormat
GetProcessWindowStation GetProcessWindowStation
GetPropA
GetPropW
GetQueueStatus
GetScrollInfo
GetScrollPos
GetScrollRange
GetShellWindow GetShellWindow
GetSubMenu
GetSysColor
GetSysColorBrush
GetSystemMenu
GetSystemMetrics
GetTabbedTextExtentA
GetTabbedTextExtentW
GetThreadDesktop GetThreadDesktop
GetTopWindow
GetUpdateRect
GetUpdateRgn
GetUserObjectInformationA GetUserObjectInformationA
GetUserObjectInformationW GetUserObjectInformationW
GetUserObjectSecurity GetUserObjectSecurity
GetWindow
GetWindowContextHelpId
_imp__GetWindowContextHelpId
GetWindowDC
GetWindowLongA
GetWindowLongW
GetWindowPlacement
GetWindowRect
GetWindowRgn
GetWindowTextA
GetWindowTextLengthA
GetWindowTextLengthW
GetWindowTextW
GetWindowThreadProcessId
GetWindowWord
GrayStringA GrayStringA
GrayStringW GrayStringW
HideCaret
HiliteMenuItem
ImpersonateDdeClientWindow ImpersonateDdeClientWindow
InSendMessage
InflateRect
InsertMenuA
InsertMenuItemA
InsertMenuItemW
InsertMenuW
IntersectRect
InvalidateRect
InvalidateRgn
InvertRect
IsCharAlphaA IsCharAlphaA
IsCharAlphaNumericA IsCharAlphaNumericA
IsCharAlphaNumericW IsCharAlphaNumericW
@ -330,71 +137,31 @@ IsCharLowerA
IsCharLowerW IsCharLowerW
IsCharUpperA IsCharUpperA
IsCharUpperW IsCharUpperW
IsChild
IsClipboardFormatAvailable
IsDialogMessage IsDialogMessage
IsDialogMessageA
IsDialogMessageW
IsDlgButtonChecked
IsIconic
IsMenu
IsRectEmpty
IsWindow
IsWindowEnabled
IsWindowUnicode
IsWindowVisible
IsZoomed
KillSystemTimer KillSystemTimer
KillTimer
LoadAcceleratorsA LoadAcceleratorsA
LoadAcceleratorsW LoadAcceleratorsW
LoadBitmapA
LoadBitmapW
LoadCursorA
LoadCursorFromFileA LoadCursorFromFileA
LoadCursorFromFileW LoadCursorFromFileW
LoadCursorW
LoadIconA
LoadIconW
LoadImageA LoadImageA
LoadImageW LoadImageW
LoadKeyboardLayoutA LoadKeyboardLayoutA
LoadKeyboardLayoutW LoadKeyboardLayoutW
LoadMenuA
LoadMenuIndirectA
LoadMenuIndirectW
LoadMenuW
LoadStringA LoadStringA
LoadStringW LoadStringW
LockWindowUpdate LockWindowUpdate
LookupIconIdFromDirectory LookupIconIdFromDirectory
LookupIconIdFromDirectoryEx LookupIconIdFromDirectoryEx
MapDialogRect
MapVirtualKeyA MapVirtualKeyA
MapVirtualKeyExA MapVirtualKeyExA
MapVirtualKeyExW MapVirtualKeyExW
MapVirtualKeyW MapVirtualKeyW
MapWindowPoints
MenuItemFromPoint MenuItemFromPoint
MessageBeep
MessageBoxA
MessageBoxExA
MessageBoxExW
MessageBoxIndirectA
MessageBoxIndirectW
MessageBoxW
ModifyMenuA
ModifyMenuW
MoveWindow
MsgWaitForMultipleObjects
MsgWaitForMultipleObjectsEx
OemKeyScan OemKeyScan
OemToCharA OemToCharA
OemToCharBuffA OemToCharBuffA
OemToCharBuffW OemToCharBuffW
OemToCharW OemToCharW
OffsetRect
OpenClipboard
OpenDesktopA OpenDesktopA
OpenDesktopW OpenDesktopW
OpenIcon OpenIcon
@ -403,157 +170,46 @@ OpenWindowStationA
OpenWindowStationW OpenWindowStationW
PackDDElParam PackDDElParam
PaintDesktop PaintDesktop
PeekMessageA
PeekMessageW
PostMessageA
PostMessageW
PostQuitMessage
PostThreadMessageA
PostThreadMessageW
PtInRect
RedrawWindow
RegisterClassA
RegisterClassExA
RegisterClassExW
RegisterClassW
RegisterClipboardFormatA
RegisterClipboardFormatW
RegisterHotKey RegisterHotKey
RegisterWindowMessageA
RegisterWindowMessageW
ReleaseCapture
ReleaseDC
RemoveMenu
RemovePropA
RemovePropW
ReplyMessage
ReuseDDElParam ReuseDDElParam
ScreenToClient
ScrollChildren ScrollChildren
ScrollDC
ScrollWindow
ScrollWindowEx
SendDlgItemMessageA
SendDlgItemMessageW
SendMessageA
SendMessageCallbackA
SendMessageCallbackW
SendMessageTimeoutA
SendMessageTimeoutW
SendMessageW
SendNotifyMessageA
SendNotifyMessageW
SetActiveWindow
SetCapture
SetCaretBlinkTime
SetCaretPos
SetClassLongA
SetClassLongW
SetClassWord
SetClipboardData
SetClipboardViewer
SetCursor
SetCursorPos
SetDebugErrorLevel SetDebugErrorLevel
SetDeskWallpaper SetDeskWallpaper
SetDlgItemInt
SetDlgItemTextA
SetDlgItemTextW
SetDoubleClickTime
SetFocus
SetForegroundWindow
SetKeyboardState
SetLastErrorEx SetLastErrorEx
SetMenu
SetMenuContextHelpId
_imp__SetMenuContextHelpId
SetMenuDefaultItem
SetMenuItemBitmaps
SetMenuItemInfoA
SetMenuItemInfoW
SetMessageExtraInfo
SetMessageQueue
SetParent
SetProcessWindowStation SetProcessWindowStation
SetPropA
SetPropW
SetRect
SetRectEmpty
SetScrollInfo
SetScrollPos
SetScrollRange
SetShellWindow SetShellWindow
SetSysColors
SetSystemCursor SetSystemCursor
SetSystemMenu
SetSystemTimer SetSystemTimer
SetThreadDesktop SetThreadDesktop
SetTimer
SetUserObjectInformationA SetUserObjectInformationA
SetUserObjectInformationW SetUserObjectInformationW
SetUserObjectSecurity SetUserObjectSecurity
SetWindowContextHelpId SetWindowContextHelpId
_imp__SetWindowContextHelpId _imp__SetWindowContextHelpId
SetWindowLongA
SetWindowLongW
SetWindowPlacement
SetWindowPos
SetWindowRgn
SetWindowTextA
SetWindowTextW
SetWindowWord
SetWindowsHookA SetWindowsHookA
SetWindowsHookExA
SetWindowsHookExW
SetWindowsHookW SetWindowsHookW
ShowCaret
ShowCursor
ShowOwnedPopups ShowOwnedPopups
ShowScrollBar
ShowWindow
ShowWindowAsync
SubtractRect
SwapMouseButton SwapMouseButton
SwitchDesktop SwitchDesktop
SystemParametersInfoA
SystemParametersInfoW
TabbedTextOutA
TabbedTextOutW
TileChildWindows TileChildWindows
TileWindows TileWindows
ToAscii
ToAsciiEx
ToUnicode ToUnicode
ToUnicodeEx ToUnicodeEx
TrackMouseEvent TrackMouseEvent
TrackPopupMenu
TrackPopupMenuEx
TranslateAccelerator TranslateAccelerator
TranslateAcceleratorA TranslateAcceleratorA
TranslateAcceleratorW TranslateAcceleratorW
TranslateMDISysAccel TranslateMDISysAccel
TranslateMessage
UnhookWindowsHook
UnhookWindowsHookEx
UnionRect
UnloadKeyboardLayout UnloadKeyboardLayout
UnpackDDElParam UnpackDDElParam
UnregisterClassA
UnregisterClassW
UnregisterHotKey UnregisterHotKey
UpdateWindow
ValidateRect
ValidateRgn
VkKeyScanA VkKeyScanA
VkKeyScanExA VkKeyScanExA
VkKeyScanExW VkKeyScanExW
VkKeyScanW VkKeyScanW
WaitForInputIdle
WaitMessage
WinHelpA WinHelpA
WinHelpW WinHelpW
WindowFromDC WindowFromDC
WindowFromPoint
keybd_event keybd_event
mouse_event mouse_event
wsprintfA wsprintfA

View file

@ -1,31 +1,16 @@
LIBRARY user32.dll LIBRARY user32.dll
EXPORTS EXPORTS
ActivateKeyboardLayout=ActivateKeyboardLayout@8 ActivateKeyboardLayout=ActivateKeyboardLayout@8
AdjustWindowRect=AdjustWindowRect@12
AdjustWindowRectEx=AdjustWindowRectEx@16
AnyPopup=AnyPopup@0 AnyPopup=AnyPopup@0
AppendMenuA=AppendMenuA@16
AppendMenuW=AppendMenuW@16
ArrangeIconicWindows=ArrangeIconicWindows@4 ArrangeIconicWindows=ArrangeIconicWindows@4
AttachThreadInput=AttachThreadInput@12 AttachThreadInput=AttachThreadInput@12
BeginDeferWindowPos=BeginDeferWindowPos@4 BeginDeferWindowPos=BeginDeferWindowPos@4
BeginPaint=BeginPaint@8
BringWindowToTop=BringWindowToTop@4
BroadcastSystemMessage=BroadcastSystemMessage@20
CalcChildScroll=CalcChildScroll@8 CalcChildScroll=CalcChildScroll@8
CallMsgFilter=CallMsgFilter@8 CallMsgFilter=CallMsgFilter@8
CallMsgFilterA=CallMsgFilterA@8
CallMsgFilterW=CallMsgFilterW@8
CallNextHookEx=CallNextHookEx@16
CallWindowProcA=CallWindowProcA@20
CallWindowProcW=CallWindowProcW@20
CascadeChildWindows=CascadeChildWindows@8 CascadeChildWindows=CascadeChildWindows@8
CascadeWindows=CascadeWindows@20 CascadeWindows=CascadeWindows@20
ChangeClipboardChain=ChangeClipboardChain@8
ChangeDisplaySettingsA=ChangeDisplaySettingsA@8 ChangeDisplaySettingsA=ChangeDisplaySettingsA@8
ChangeDisplaySettingsW=ChangeDisplaySettingsW@8 ChangeDisplaySettingsW=ChangeDisplaySettingsW@8
ChangeMenuA=ChangeMenuA@20
ChangeMenuW=ChangeMenuW@20
CharLowerA=CharLowerA@4 CharLowerA=CharLowerA@4
CharLowerBuffA=CharLowerBuffA@8 CharLowerBuffA=CharLowerBuffA@8
CharLowerBuffW=CharLowerBuffW@8 CharLowerBuffW=CharLowerBuffW@8
@ -44,44 +29,20 @@ CharUpperA=CharUpperA@4
CharUpperBuffA=CharUpperBuffA@8 CharUpperBuffA=CharUpperBuffA@8
CharUpperBuffW=CharUpperBuffW@8 CharUpperBuffW=CharUpperBuffW@8
CharUpperW=CharUpperW@4 CharUpperW=CharUpperW@4
CheckDlgButton=CheckDlgButton@12
CheckMenuItem=CheckMenuItem@12
CheckMenuRadioItem=CheckMenuRadioItem@20
CheckRadioButton=CheckRadioButton@16
ChildWindowFromPoint=ChildWindowFromPoint@12
ChildWindowFromPointEx=ChildWindowFromPointEx@16
ClientToScreen=ClientToScreen@8
ClipCursor=ClipCursor@4 ClipCursor=ClipCursor@4
CloseClipboard=CloseClipboard@0
CloseDesktop=CloseDesktop@4 CloseDesktop=CloseDesktop@4
CloseWindow=CloseWindow@4 CloseWindow=CloseWindow@4
CloseWindowStation=CloseWindowStation@4 CloseWindowStation=CloseWindowStation@4
CopyAcceleratorTableA=CopyAcceleratorTableA@12 CopyAcceleratorTableA=CopyAcceleratorTableA@12
CopyAcceleratorTableW=CopyAcceleratorTableW@12 CopyAcceleratorTableW=CopyAcceleratorTableW@12
CopyIcon=CopyIcon@4
CopyImage=CopyImage@20 CopyImage=CopyImage@20
CopyRect=CopyRect@8
CountClipboardFormats=CountClipboardFormats@0
CreateAcceleratorTableA=CreateAcceleratorTableA@8 CreateAcceleratorTableA=CreateAcceleratorTableA@8
CreateAcceleratorTableW=CreateAcceleratorTableW@8 CreateAcceleratorTableW=CreateAcceleratorTableW@8
CreateCaret=CreateCaret@16
CreateCursor=CreateCursor@28 CreateCursor=CreateCursor@28
CreateDesktopA=CreateDesktopA@24 CreateDesktopA=CreateDesktopA@24
CreateDesktopW=CreateDesktopW@24 CreateDesktopW=CreateDesktopW@24
CreateDialogIndirectParamA=CreateDialogIndirectParamA@20
CreateDialogIndirectParamW=CreateDialogIndirectParamW@20
CreateDialogParamA=CreateDialogParamA@20
CreateDialogParamW=CreateDialogParamW@20
CreateIcon=CreateIcon@28
CreateIconFromResource=CreateIconFromResource@16
CreateIconFromResourceEx=CreateIconFromResourceEx@28
CreateIconIndirect=CreateIconIndirect@4
CreateMDIWindowA=CreateMDIWindowA@40 CreateMDIWindowA=CreateMDIWindowA@40
CreateMDIWindowW=CreateMDIWindowW@40 CreateMDIWindowW=CreateMDIWindowW@40
CreateMenu=CreateMenu@0
CreatePopupMenu=CreatePopupMenu@0
CreateWindowExA=CreateWindowExA@48
CreateWindowExW=CreateWindowExW@48
CreateWindowStationA=CreateWindowStationA@16 CreateWindowStationA=CreateWindowStationA@16
CreateWindowStationW=CreateWindowStationW@16 CreateWindowStationW=CreateWindowStationW@16
DdeAbandonTransaction=DdeAbandonTransaction@12 DdeAbandonTransaction=DdeAbandonTransaction@12
@ -117,28 +78,7 @@ DdeSetQualityOfService=DdeSetQualityOfService@12
DdeSetUserHandle=DdeSetUserHandle@12 DdeSetUserHandle=DdeSetUserHandle@12
DdeUnaccessData=DdeUnaccessData@4 DdeUnaccessData=DdeUnaccessData@4
DdeUninitialize=DdeUninitialize@4 DdeUninitialize=DdeUninitialize@4
DefDlgProcA=DefDlgProcA@16
DefDlgProcW=DefDlgProcW@16
DefFrameProcA=DefFrameProcA@20
DefFrameProcW=DefFrameProcW@20
DefMDIChildProcA=DefMDIChildProcA@16
DefMDIChildProcW=DefMDIChildProcW@16
DefWindowProcA=DefWindowProcA@16
DefWindowProcW=DefWindowProcW@16
DeferWindowPos=DeferWindowPos@32
DeleteMenu=DeleteMenu@12
DestroyAcceleratorTable=DestroyAcceleratorTable@4 DestroyAcceleratorTable=DestroyAcceleratorTable@4
DestroyCaret=DestroyCaret@0
DestroyCursor=DestroyCursor@4
DestroyIcon=DestroyIcon@4
DestroyMenu=DestroyMenu@4
DestroyWindow=DestroyWindow@4
DialogBoxIndirectParamA=DialogBoxIndirectParamA@20
DialogBoxIndirectParamW=DialogBoxIndirectParamW@20
DialogBoxParamA=DialogBoxParamA@20
DialogBoxParamW=DialogBoxParamW@20
DispatchMessageA=DispatchMessageA@4
DispatchMessageW=DispatchMessageW@4
DlgDirListA=DlgDirListA@20 DlgDirListA=DlgDirListA@20
DlgDirListComboBoxA=DlgDirListComboBoxA@20 DlgDirListComboBoxA=DlgDirListComboBoxA@20
DlgDirListComboBoxW=DlgDirListComboBoxW@20 DlgDirListComboBoxW=DlgDirListComboBoxW@20
@ -151,177 +91,52 @@ DragDetect=DragDetect@12
DragObject=DragObject@20 DragObject=DragObject@20
DrawAnimatedRects=DrawAnimatedRects@16 DrawAnimatedRects=DrawAnimatedRects@16
DrawCaption=DrawCaption@16 DrawCaption=DrawCaption@16
DrawEdge=DrawEdge@16
DrawFocusRect=DrawFocusRect@8
DrawFrame=DrawFrame@16 DrawFrame=DrawFrame@16
DrawFrameControl=DrawFrameControl@16 DrawFrameControl=DrawFrameControl@16
DrawIcon=DrawIcon@16
DrawIconEx=DrawIconEx@36
DrawMenuBar=DrawMenuBar@4
DrawStateA=DrawStateA@40 DrawStateA=DrawStateA@40
DrawStateW=DrawStateW@40 DrawStateW=DrawStateW@40
DrawTextA=DrawTextA@20
DrawTextExA=DrawTextExA@24 DrawTextExA=DrawTextExA@24
DrawTextExW=DrawTextExW@24 DrawTextExW=DrawTextExW@24
DrawTextW=DrawTextW@20
EditWndProc=EditWndProc@16
EmptyClipboard=EmptyClipboard@0
EnableMenuItem=EnableMenuItem@12
EnableScrollBar=EnableScrollBar@12
EnableWindow=EnableWindow@8
EndDeferWindowPos=EndDeferWindowPos@4 EndDeferWindowPos=EndDeferWindowPos@4
EndDialog=EndDialog@8
EndPaint=EndPaint@8
EnumChildWindows=EnumChildWindows@12 EnumChildWindows=EnumChildWindows@12
EnumClipboardFormats=EnumClipboardFormats@4
EnumDesktopWindows=EnumDesktopWindows@12 EnumDesktopWindows=EnumDesktopWindows@12
EnumDesktopsA=EnumDesktopsA@12 EnumDesktopsA=EnumDesktopsA@12
EnumDesktopsW=EnumDesktopsW@12 EnumDesktopsW=EnumDesktopsW@12
EnumDisplaySettingsA=EnumDisplaySettingsA@12 EnumDisplaySettingsA=EnumDisplaySettingsA@12
EnumDisplaySettingsW=EnumDisplaySettingsW@12 EnumDisplaySettingsW=EnumDisplaySettingsW@12
EnumPropsA=EnumPropsA@8
EnumPropsExA=EnumPropsExA@12
EnumPropsExW=EnumPropsExW@12
EnumPropsW=EnumPropsW@8
EnumThreadWindows=EnumThreadWindows@12 EnumThreadWindows=EnumThreadWindows@12
EnumWindowStationsA=EnumWindowStationsA@8 EnumWindowStationsA=EnumWindowStationsA@8
EnumWindowStationsW=EnumWindowStationsW@8 EnumWindowStationsW=EnumWindowStationsW@8
EnumWindows=EnumWindows@8 EnumWindows=EnumWindows@8
EqualRect=EqualRect@8
ExcludeUpdateRgn=ExcludeUpdateRgn@8
ExitWindowsEx=ExitWindowsEx@8 ExitWindowsEx=ExitWindowsEx@8
FillRect=FillRect@12
FindWindowA=FindWindowA@8 FindWindowA=FindWindowA@8
FindWindowExA=FindWindowExA@16 FindWindowExA=FindWindowExA@16
FindWindowExW=FindWindowExW@16 FindWindowExW=FindWindowExW@16
FindWindowW=FindWindowW@8 FindWindowW=FindWindowW@8
FlashWindow=FlashWindow@8
FrameRect=FrameRect@12
FreeDDElParam=FreeDDElParam@8 FreeDDElParam=FreeDDElParam@8
GetActiveWindow=GetActiveWindow@0
GetAsyncKeyState=GetAsyncKeyState@4
GetCapture=GetCapture@0
GetCaretBlinkTime=GetCaretBlinkTime@0
GetCaretPos=GetCaretPos@4
GetClassInfoA=GetClassInfoA@12
GetClassInfoExA=GetClassInfoExA@12
GetClassInfoExW=GetClassInfoExW@12
GetClassInfoW=GetClassInfoW@12
GetClassLongA=GetClassLongA@8
GetClassLongW=GetClassLongW@8
GetClassNameA=GetClassNameA@12
GetClassNameW=GetClassNameW@12
GetClassWord=GetClassWord@8
GetClientRect=GetClientRect@8
GetClipCursor=GetClipCursor@4 GetClipCursor=GetClipCursor@4
GetClipboardData=GetClipboardData@4
GetClipboardFormatNameA=GetClipboardFormatNameA@12 GetClipboardFormatNameA=GetClipboardFormatNameA@12
GetClipboardFormatNameW=GetClipboardFormatNameW@12 GetClipboardFormatNameW=GetClipboardFormatNameW@12
GetClipboardOwner=GetClipboardOwner@0
GetClipboardViewer=GetClipboardViewer@0
GetCursor=GetCursor@0 GetCursor=GetCursor@0
GetCursorPos=GetCursorPos@4 GetCursorPos=GetCursorPos@4
GetDC=GetDC@4
GetDCEx=GetDCEx@12
GetDesktopWindow=GetDesktopWindow@0
GetDialogBaseUnits=GetDialogBaseUnits@0
GetDlgCtrlID=GetDlgCtrlID@4
GetDlgItem=GetDlgItem@8
GetDlgItemInt=GetDlgItemInt@16
GetDlgItemTextA=GetDlgItemTextA@16
GetDlgItemTextW=GetDlgItemTextW@16
GetDoubleClickTime=GetDoubleClickTime@0
GetFocus=GetFocus@0
GetForegroundWindow=GetForegroundWindow@0 GetForegroundWindow=GetForegroundWindow@0
GetIconInfo=GetIconInfo@8
GetInputDesktop=GetInputDesktop@0 GetInputDesktop=GetInputDesktop@0
GetInputState=GetInputState@0
GetKBCodePage=GetKBCodePage@0
GetKeyNameTextA=GetKeyNameTextA@12 GetKeyNameTextA=GetKeyNameTextA@12
GetKeyNameTextW=GetKeyNameTextW@12 GetKeyNameTextW=GetKeyNameTextW@12
GetKeyState=GetKeyState@4
GetKeyboardLayout=GetKeyboardLayout@4 GetKeyboardLayout=GetKeyboardLayout@4
GetKeyboardLayoutList=GetKeyboardLayoutList@8 GetKeyboardLayoutList=GetKeyboardLayoutList@8
GetKeyboardLayoutNameA=GetKeyboardLayoutNameA@4 GetKeyboardLayoutNameA=GetKeyboardLayoutNameA@4
GetKeyboardLayoutNameW=GetKeyboardLayoutNameW@4 GetKeyboardLayoutNameW=GetKeyboardLayoutNameW@4
GetKeyboardState=GetKeyboardState@4
GetKeyboardType=GetKeyboardType@4
GetLastActivePopup=GetLastActivePopup@4 GetLastActivePopup=GetLastActivePopup@4
GetMenu=GetMenu@4
GetMenuCheckMarkDimensions=GetMenuCheckMarkDimensions@0
GetMenuContextHelpId=GetMenuContextHelpId@4
;_imp__GetMenuContextHelpId=_imp__GetMenuContextHelpId@4
GetMenuDefaultItem=GetMenuDefaultItem@12
GetMenuItemCount=GetMenuItemCount@4
GetMenuItemID=GetMenuItemID@8
GetMenuItemInfoA=GetMenuItemInfoA@16
GetMenuItemInfoW=GetMenuItemInfoW@16
GetMenuItemRect=GetMenuItemRect@16
GetMenuState=GetMenuState@12
GetMenuStringA=GetMenuStringA@20
GetMenuStringW=GetMenuStringW@20
GetMessageA=GetMessageA@16
GetMessageExtraInfo=GetMessageExtraInfo@0
GetMessagePos=GetMessagePos@0
GetMessageTime=GetMessageTime@0
GetMessageW=GetMessageW@16
GetNextDlgGroupItem=GetNextDlgGroupItem@12
GetNextDlgTabItem=GetNextDlgTabItem@12
GetOpenClipboardWindow=GetOpenClipboardWindow@0
GetParent=GetParent@4
GetPriorityClipboardFormat=GetPriorityClipboardFormat@8
GetProcessWindowStation=GetProcessWindowStation@0 GetProcessWindowStation=GetProcessWindowStation@0
GetPropA=GetPropA@8
GetPropW=GetPropW@8
GetQueueStatus=GetQueueStatus@4
GetScrollInfo=GetScrollInfo@12
GetScrollPos=GetScrollPos@8
GetScrollRange=GetScrollRange@16
GetShellWindow=GetShellWindow@0 GetShellWindow=GetShellWindow@0
GetSubMenu=GetSubMenu@8
GetSysColor=GetSysColor@4
GetSysColorBrush=GetSysColorBrush@4
GetSystemMenu=GetSystemMenu@8
GetSystemMetrics=GetSystemMetrics@4
GetTabbedTextExtentA=GetTabbedTextExtentA@20
GetTabbedTextExtentW=GetTabbedTextExtentW@20
GetThreadDesktop=GetThreadDesktop@4 GetThreadDesktop=GetThreadDesktop@4
GetTopWindow=GetTopWindow@4
GetUpdateRect=GetUpdateRect@12
GetUpdateRgn=GetUpdateRgn@12
GetUserObjectInformationA=GetUserObjectInformationA@20 GetUserObjectInformationA=GetUserObjectInformationA@20
GetUserObjectInformationW=GetUserObjectInformationW@20 GetUserObjectInformationW=GetUserObjectInformationW@20
GetUserObjectSecurity=GetUserObjectSecurity@20 GetUserObjectSecurity=GetUserObjectSecurity@20
GetWindow=GetWindow@8
GetWindowContextHelpId=GetWindowContextHelpId@4
;_imp__GetWindowContextHelpId=_imp__GetWindowContextHelpId@4
GetWindowDC=GetWindowDC@4
GetWindowLongA=GetWindowLongA@8
GetWindowLongW=GetWindowLongW@8
GetWindowPlacement=GetWindowPlacement@8
GetWindowRect=GetWindowRect@8
GetWindowRgn=GetWindowRgn@8
GetWindowTextA=GetWindowTextA@12
GetWindowTextLengthA=GetWindowTextLengthA@4
GetWindowTextLengthW=GetWindowTextLengthW@4
GetWindowTextW=GetWindowTextW@12
GetWindowThreadProcessId=GetWindowThreadProcessId@8
GetWindowWord=GetWindowWord@8
GrayStringA=GrayStringA@36 GrayStringA=GrayStringA@36
GrayStringW=GrayStringW@36 GrayStringW=GrayStringW@36
HideCaret=HideCaret@4
HiliteMenuItem=HiliteMenuItem@16
ImpersonateDdeClientWindow=ImpersonateDdeClientWindow@8 ImpersonateDdeClientWindow=ImpersonateDdeClientWindow@8
InSendMessage=InSendMessage@0
InflateRect=InflateRect@12
InsertMenuA=InsertMenuA@20
InsertMenuItemA=InsertMenuItemA@16
InsertMenuItemW=InsertMenuItemW@16
InsertMenuW=InsertMenuW@20
IntersectRect=IntersectRect@12
InvalidateRect=InvalidateRect@12
InvalidateRgn=InvalidateRgn@12
InvertRect=InvertRect@8
IsCharAlphaA=IsCharAlphaA@4 IsCharAlphaA=IsCharAlphaA@4
IsCharAlphaNumericA=IsCharAlphaNumericA@4 IsCharAlphaNumericA=IsCharAlphaNumericA@4
IsCharAlphaNumericW=IsCharAlphaNumericW@4 IsCharAlphaNumericW=IsCharAlphaNumericW@4
@ -330,71 +145,31 @@ IsCharLowerA=IsCharLowerA@4
IsCharLowerW=IsCharLowerW@4 IsCharLowerW=IsCharLowerW@4
IsCharUpperA=IsCharUpperA@4 IsCharUpperA=IsCharUpperA@4
IsCharUpperW=IsCharUpperW@4 IsCharUpperW=IsCharUpperW@4
IsChild=IsChild@8
IsClipboardFormatAvailable=IsClipboardFormatAvailable@4
IsDialogMessage=IsDialogMessage@8 IsDialogMessage=IsDialogMessage@8
IsDialogMessageA=IsDialogMessageA@8
IsDialogMessageW=IsDialogMessageW@8
IsDlgButtonChecked=IsDlgButtonChecked@8
IsIconic=IsIconic@4
IsMenu=IsMenu@4
IsRectEmpty=IsRectEmpty@4
IsWindow=IsWindow@4
IsWindowEnabled=IsWindowEnabled@4
IsWindowUnicode=IsWindowUnicode@4
IsWindowVisible=IsWindowVisible@4
IsZoomed=IsZoomed@4
KillSystemTimer=KillSystemTimer@8 KillSystemTimer=KillSystemTimer@8
KillTimer=KillTimer@8
LoadAcceleratorsA=LoadAcceleratorsA@8 LoadAcceleratorsA=LoadAcceleratorsA@8
LoadAcceleratorsW=LoadAcceleratorsW@8 LoadAcceleratorsW=LoadAcceleratorsW@8
LoadBitmapA=LoadBitmapA@8
LoadBitmapW=LoadBitmapW@8
LoadCursorA=LoadCursorA@8
LoadCursorFromFileA=LoadCursorFromFileA@4 LoadCursorFromFileA=LoadCursorFromFileA@4
LoadCursorFromFileW=LoadCursorFromFileW@4 LoadCursorFromFileW=LoadCursorFromFileW@4
LoadCursorW=LoadCursorW@8
LoadIconA=LoadIconA@8
LoadIconW=LoadIconW@8
LoadImageA=LoadImageA@24 LoadImageA=LoadImageA@24
LoadImageW=LoadImageW@24 LoadImageW=LoadImageW@24
LoadKeyboardLayoutA=LoadKeyboardLayoutA@8 LoadKeyboardLayoutA=LoadKeyboardLayoutA@8
LoadKeyboardLayoutW=LoadKeyboardLayoutW@8 LoadKeyboardLayoutW=LoadKeyboardLayoutW@8
LoadMenuA=LoadMenuA@8
LoadMenuIndirectA=LoadMenuIndirectA@4
LoadMenuIndirectW=LoadMenuIndirectW@4
LoadMenuW=LoadMenuW@8
LoadStringA=LoadStringA@16 LoadStringA=LoadStringA@16
LoadStringW=LoadStringW@16 LoadStringW=LoadStringW@16
LockWindowUpdate=LockWindowUpdate@4 LockWindowUpdate=LockWindowUpdate@4
LookupIconIdFromDirectory=LookupIconIdFromDirectory@8 LookupIconIdFromDirectory=LookupIconIdFromDirectory@8
LookupIconIdFromDirectoryEx=LookupIconIdFromDirectoryEx@20 LookupIconIdFromDirectoryEx=LookupIconIdFromDirectoryEx@20
MapDialogRect=MapDialogRect@8
MapVirtualKeyA=MapVirtualKeyA@8 MapVirtualKeyA=MapVirtualKeyA@8
MapVirtualKeyExA=MapVirtualKeyExA@12 MapVirtualKeyExA=MapVirtualKeyExA@12
MapVirtualKeyExW=MapVirtualKeyExW@12 MapVirtualKeyExW=MapVirtualKeyExW@12
MapVirtualKeyW=MapVirtualKeyW@8 MapVirtualKeyW=MapVirtualKeyW@8
MapWindowPoints=MapWindowPoints@16
MenuItemFromPoint=MenuItemFromPoint@16 MenuItemFromPoint=MenuItemFromPoint@16
MessageBeep=MessageBeep@4
MessageBoxA=MessageBoxA@16
MessageBoxExA=MessageBoxExA@20
MessageBoxExW=MessageBoxExW@20
MessageBoxIndirectA=MessageBoxIndirectA@4
MessageBoxIndirectW=MessageBoxIndirectW@4
MessageBoxW=MessageBoxW@16
ModifyMenuA=ModifyMenuA@20
ModifyMenuW=ModifyMenuW@20
MoveWindow=MoveWindow@24
MsgWaitForMultipleObjects=MsgWaitForMultipleObjects@20
MsgWaitForMultipleObjectsEx=MsgWaitForMultipleObjectsEx@20
OemKeyScan=OemKeyScan@4 OemKeyScan=OemKeyScan@4
OemToCharA=OemToCharA@8 OemToCharA=OemToCharA@8
OemToCharBuffA=OemToCharBuffA@12 OemToCharBuffA=OemToCharBuffA@12
OemToCharBuffW=OemToCharBuffW@12 OemToCharBuffW=OemToCharBuffW@12
OemToCharW=OemToCharW@8 OemToCharW=OemToCharW@8
OffsetRect=OffsetRect@12
OpenClipboard=OpenClipboard@4
OpenDesktopA=OpenDesktopA@16 OpenDesktopA=OpenDesktopA@16
OpenDesktopW=OpenDesktopW@16 OpenDesktopW=OpenDesktopW@16
OpenIcon=OpenIcon@4 OpenIcon=OpenIcon@4
@ -403,157 +178,46 @@ OpenWindowStationA=OpenWindowStationA@12
OpenWindowStationW=OpenWindowStationW@12 OpenWindowStationW=OpenWindowStationW@12
PackDDElParam=PackDDElParam@12 PackDDElParam=PackDDElParam@12
PaintDesktop=PaintDesktop@4 PaintDesktop=PaintDesktop@4
PeekMessageA=PeekMessageA@20
PeekMessageW=PeekMessageW@20
PostMessageA=PostMessageA@16
PostMessageW=PostMessageW@16
PostQuitMessage=PostQuitMessage@4
PostThreadMessageA=PostThreadMessageA@16
PostThreadMessageW=PostThreadMessageW@16
PtInRect=PtInRect@12
RedrawWindow=RedrawWindow@16
RegisterClassA=RegisterClassA@4
RegisterClassExA=RegisterClassExA@4
RegisterClassExW=RegisterClassExW@4
RegisterClassW=RegisterClassW@4
RegisterClipboardFormatA=RegisterClipboardFormatA@4
RegisterClipboardFormatW=RegisterClipboardFormatW@4
RegisterHotKey=RegisterHotKey@16 RegisterHotKey=RegisterHotKey@16
RegisterWindowMessageA=RegisterWindowMessageA@4
RegisterWindowMessageW=RegisterWindowMessageW@4
ReleaseCapture=ReleaseCapture@0
ReleaseDC=ReleaseDC@8
RemoveMenu=RemoveMenu@12
RemovePropA=RemovePropA@8
RemovePropW=RemovePropW@8
ReplyMessage=ReplyMessage@4
ReuseDDElParam=ReuseDDElParam@20 ReuseDDElParam=ReuseDDElParam@20
ScreenToClient=ScreenToClient@8
ScrollChildren=ScrollChildren@12 ScrollChildren=ScrollChildren@12
ScrollDC=ScrollDC@28
ScrollWindow=ScrollWindow@20
ScrollWindowEx=ScrollWindowEx@32
SendDlgItemMessageA=SendDlgItemMessageA@20
SendDlgItemMessageW=SendDlgItemMessageW@20
SendMessageA=SendMessageA@16
SendMessageCallbackA=SendMessageCallbackA@24
SendMessageCallbackW=SendMessageCallbackW@24
SendMessageTimeoutA=SendMessageTimeoutA@28
SendMessageTimeoutW=SendMessageTimeoutW@28
SendMessageW=SendMessageW@16
SendNotifyMessageA=SendNotifyMessageA@16
SendNotifyMessageW=SendNotifyMessageW@16
SetActiveWindow=SetActiveWindow@4
SetCapture=SetCapture@4
SetCaretBlinkTime=SetCaretBlinkTime@4
SetCaretPos=SetCaretPos@8
SetClassLongA=SetClassLongA@12
SetClassLongW=SetClassLongW@12
SetClassWord=SetClassWord@12
SetClipboardData=SetClipboardData@8
SetClipboardViewer=SetClipboardViewer@4
SetCursor=SetCursor@4
SetCursorPos=SetCursorPos@8
SetDebugErrorLevel=SetDebugErrorLevel@4 SetDebugErrorLevel=SetDebugErrorLevel@4
SetDeskWallpaper=SetDeskWallpaper@4 SetDeskWallpaper=SetDeskWallpaper@4
SetDlgItemInt=SetDlgItemInt@16
SetDlgItemTextA=SetDlgItemTextA@12
SetDlgItemTextW=SetDlgItemTextW@12
SetDoubleClickTime=SetDoubleClickTime@4
SetFocus=SetFocus@4
SetForegroundWindow=SetForegroundWindow@4
SetKeyboardState=SetKeyboardState@4
SetLastErrorEx=SetLastErrorEx@8 SetLastErrorEx=SetLastErrorEx@8
SetMenu=SetMenu@8
SetMenuContextHelpId=SetMenuContextHelpId@8
;_imp__SetMenuContextHelpId=_imp__SetMenuContextHelpId@8
SetMenuDefaultItem=SetMenuDefaultItem@12
SetMenuItemBitmaps=SetMenuItemBitmaps@20
SetMenuItemInfoA=SetMenuItemInfoA@16
SetMenuItemInfoW=SetMenuItemInfoW@16
SetMessageExtraInfo=SetMessageExtraInfo@4
SetMessageQueue=SetMessageQueue@4
SetParent=SetParent@8
SetProcessWindowStation=SetProcessWindowStation@4 SetProcessWindowStation=SetProcessWindowStation@4
SetPropA=SetPropA@12
SetPropW=SetPropW@12
SetRect=SetRect@20
SetRectEmpty=SetRectEmpty@4
SetScrollInfo=SetScrollInfo@16
SetScrollPos=SetScrollPos@16
SetScrollRange=SetScrollRange@20
SetShellWindow=SetShellWindow@4 SetShellWindow=SetShellWindow@4
SetSysColors=SetSysColors@12
SetSystemCursor=SetSystemCursor@8 SetSystemCursor=SetSystemCursor@8
SetSystemMenu=SetSystemMenu@8
SetSystemTimer=SetSystemTimer@16 SetSystemTimer=SetSystemTimer@16
SetThreadDesktop=SetThreadDesktop@4 SetThreadDesktop=SetThreadDesktop@4
SetTimer=SetTimer@16
SetUserObjectInformationA=SetUserObjectInformationA@16 SetUserObjectInformationA=SetUserObjectInformationA@16
SetUserObjectInformationW=SetUserObjectInformationW@16 SetUserObjectInformationW=SetUserObjectInformationW@16
SetUserObjectSecurity=SetUserObjectSecurity@12 SetUserObjectSecurity=SetUserObjectSecurity@12
SetWindowContextHelpId=SetWindowContextHelpId@8 SetWindowContextHelpId=SetWindowContextHelpId@8
;_imp__SetWindowContextHelpId=_imp__SetWindowContextHelpId@8 ;_imp__SetWindowContextHelpId=_imp__SetWindowContextHelpId@8
SetWindowLongA=SetWindowLongA@12
SetWindowLongW=SetWindowLongW@12
SetWindowPlacement=SetWindowPlacement@8
SetWindowPos=SetWindowPos@28
SetWindowRgn=SetWindowRgn@12
SetWindowTextA=SetWindowTextA@8
SetWindowTextW=SetWindowTextW@8
SetWindowWord=SetWindowWord@12
SetWindowsHookA=SetWindowsHookA@8 SetWindowsHookA=SetWindowsHookA@8
SetWindowsHookExA=SetWindowsHookExA@16
SetWindowsHookExW=SetWindowsHookExW@16
SetWindowsHookW=SetWindowsHookW@8 SetWindowsHookW=SetWindowsHookW@8
ShowCaret=ShowCaret@4
ShowCursor=ShowCursor@4
ShowOwnedPopups=ShowOwnedPopups@8 ShowOwnedPopups=ShowOwnedPopups@8
ShowScrollBar=ShowScrollBar@12
ShowWindow=ShowWindow@8
ShowWindowAsync=ShowWindowAsync@8
SubtractRect=SubtractRect@12
SwapMouseButton=SwapMouseButton@4 SwapMouseButton=SwapMouseButton@4
SwitchDesktop=SwitchDesktop@4 SwitchDesktop=SwitchDesktop@4
SystemParametersInfoA=SystemParametersInfoA@16
SystemParametersInfoW=SystemParametersInfoW@16
TabbedTextOutA=TabbedTextOutA@32
TabbedTextOutW=TabbedTextOutW@32
TileChildWindows=TileChildWindows@8 TileChildWindows=TileChildWindows@8
TileWindows=TileWindows@20 TileWindows=TileWindows@20
ToAscii=ToAscii@20
ToAsciiEx=ToAsciiEx@24
ToUnicode=ToUnicode@24 ToUnicode=ToUnicode@24
ToUnicodeEx=ToUnicodeEx@28 ToUnicodeEx=ToUnicodeEx@28
TrackMouseEvent=TrackMouseEvent@4 TrackMouseEvent=TrackMouseEvent@4
TrackPopupMenu=TrackPopupMenu@28
TrackPopupMenuEx=TrackPopupMenuEx@24
TranslateAccelerator=TranslateAccelerator@12 TranslateAccelerator=TranslateAccelerator@12
TranslateAcceleratorA=TranslateAcceleratorA@12 TranslateAcceleratorA=TranslateAcceleratorA@12
TranslateAcceleratorW=TranslateAcceleratorW@12 TranslateAcceleratorW=TranslateAcceleratorW@12
TranslateMDISysAccel=TranslateMDISysAccel@8 TranslateMDISysAccel=TranslateMDISysAccel@8
TranslateMessage=TranslateMessage@4
UnhookWindowsHook=UnhookWindowsHook@8
UnhookWindowsHookEx=UnhookWindowsHookEx@4
UnionRect=UnionRect@12
UnloadKeyboardLayout=UnloadKeyboardLayout@4 UnloadKeyboardLayout=UnloadKeyboardLayout@4
UnpackDDElParam=UnpackDDElParam@16 UnpackDDElParam=UnpackDDElParam@16
UnregisterClassA=UnregisterClassA@8
UnregisterClassW=UnregisterClassW@8
UnregisterHotKey=UnregisterHotKey@8 UnregisterHotKey=UnregisterHotKey@8
UpdateWindow=UpdateWindow@4
ValidateRect=ValidateRect@8
ValidateRgn=ValidateRgn@8
VkKeyScanA=VkKeyScanA@4 VkKeyScanA=VkKeyScanA@4
VkKeyScanExA=VkKeyScanExA@8 VkKeyScanExA=VkKeyScanExA@8
VkKeyScanExW=VkKeyScanExW@8 VkKeyScanExW=VkKeyScanExW@8
VkKeyScanW=VkKeyScanW@4 VkKeyScanW=VkKeyScanW@4
WaitForInputIdle=WaitForInputIdle@8
WaitMessage=WaitMessage@0
WinHelpA=WinHelpA@16 WinHelpA=WinHelpA@16
WinHelpW=WinHelpW@16 WinHelpW=WinHelpW@16
WindowFromDC=WindowFromDC@4 WindowFromDC=WindowFromDC@4
WindowFromPoint=WindowFromPoint@8
keybd_event=keybd_event@16 keybd_event=keybd_event@16
mouse_event=mouse_event@20 mouse_event=mouse_event@20
wsprintfA wsprintfA