Skip to content
Snippets Groups Projects
Commit a90797d0 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Updated debug channels.

parent d8e9a09d
No related merge requests found
...@@ -3,9 +3,9 @@ type win32 ...@@ -3,9 +3,9 @@ type win32
debug_channels (aspi atom cdrom console ddraw debug delayhlp dll dosfs dosmem debug_channels (aspi atom cdrom console ddraw debug delayhlp dll dosfs dosmem
file fixup global heap int int10 int16 int17 int19 int21 int31 file fixup global heap int int10 int16 int17 int19 int21 int31
io local loaddll module ntdll process profile reg relay resource segment io loaddll local module ntdll process profile reg relay resource
seh selector server snoop string system tape task thread thunk segment seh selector server snoop string system tape task thread
timer toolhelp tweak ver virtual vxd win32) thunk timer toolhelp ver virtual vxd win32)
#note that the Zw... functions are alternate names for the #note that the Zw... functions are alternate names for the
#Nt... functions. (see www.sysinternals.com for details) #Nt... functions. (see www.sysinternals.com for details)
......
...@@ -11,7 +11,7 @@ import ntdll.dll ...@@ -11,7 +11,7 @@ import ntdll.dll
debug_channels (accel caret class clipboard combo cursor dc ddeml dialog driver debug_channels (accel caret class clipboard combo cursor dc ddeml dialog driver
edit event graphics hook icon key keyboard listbox local mdi edit event graphics hook icon key keyboard listbox local mdi
menu message msg nonclient prop relay resource scroll sendmsg menu message msg nonclient prop relay resource scroll sendmsg
shell static syscolor system text timer win win32 wnet) shell static string syscolor system text timer win win32 wnet)
@ stdcall ActivateKeyboardLayout(long long) ActivateKeyboardLayout @ stdcall ActivateKeyboardLayout(long long) ActivateKeyboardLayout
@ stdcall AdjustWindowRect(ptr long long) AdjustWindowRect @ stdcall AdjustWindowRect(ptr long long) AdjustWindowRect
......
...@@ -5,6 +5,8 @@ import user32.dll ...@@ -5,6 +5,8 @@ import user32.dll
import kernel32.dll import kernel32.dll
import ntdll.dll import ntdll.dll
debug_channels (int module relay)
@ stdcall GetCurrent() MZ_Current @ stdcall GetCurrent() MZ_Current
@ stdcall LoadDPMI() MZ_AllocDPMITask @ stdcall LoadDPMI() MZ_AllocDPMITask
@ stdcall LoadDosExe(str long) MZ_LoadImage @ stdcall LoadDosExe(str long) MZ_LoadImage
......
...@@ -7,7 +7,7 @@ import gdi32.dll ...@@ -7,7 +7,7 @@ import gdi32.dll
import kernel32.dll import kernel32.dll
debug_channels (bitblt bitmap clipboard cursor dinput event font gdi graphics debug_channels (bitblt bitmap clipboard cursor dinput event font gdi graphics
key keyboard opengl palette text win x11 x11drv) key keyboard opengl palette text win x11drv)
# USER driver # USER driver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment