winspool.drv: Fix the AddPortExA/W() export to match the implementation.
This commit is contained in:
parent
42be36f61b
commit
f7d314e5a4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue