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

oldstable
Francois Gouget 2007-06-06 10:44:16 +02:00 committed by Alexandre Julliard
parent 42be36f61b
commit f7d314e5a4
1 changed files with 2 additions and 2 deletions

View File

@ -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)