Commit f7d314e5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winspool.drv: Fix the AddPortExA/W() export to match the implementation.

parent 42be36f6
......@@ -46,8 +46,8 @@
@ stdcall AddMonitorA(str long ptr)
@ stdcall AddMonitorW(wstr long ptr)
@ stdcall AddPortA(str ptr str)
@ stdcall AddPortExA(ptr str long ptr str)
@ stdcall AddPortExW(ptr wstr long ptr wstr)
@ stdcall AddPortExA(str long ptr str)
@ stdcall AddPortExW(wstr long ptr wstr)
@ stdcall AddPortW(wstr long wstr)
@ stdcall AddPrintProcessorA(str str str str)
@ stdcall AddPrintProcessorW(wstr wstr wstr wstr)
......
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