Commit ad378500 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Implement PrintDlg16 better (adding PrintDlgProc16 and several other

16bit dependent functions) If we are using a template we might not have the default combobox for printers, use the default printer in those cases. More error messages and checks. Added GlobalFlags16 and GlobalReAlloc16 to kernel32.spec.
parent 3e08d460
......@@ -953,6 +953,8 @@ debug_channels (comm debugstr dll int resource stress thunk toolhelp win32)
@ stdcall LoadResource16(long long) LoadResource16
@ stdcall LockResource16(long) LockResource16
@ stdcall WinExec16(str long) WinExec16
@ stdcall GlobalFlags16(long) GlobalFlags16
@ stdcall GlobalReAlloc16(long long long) GlobalReAlloc16
################################################################
# Wine internal extensions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment