include: Fix the fpAddPortEx prototype in struct PRINTPROVIDOR.
authorDetlef Riekenberg <wine.dev@web.de>
Tue, 29 Sep 2009 12:54:04 +0000 (14:54 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Sep 2009 13:05:24 +0000 (15:05 +0200)
include/ddk/winsplp.h

index 4dfdb5b834e1a6f3eebe62ee15bfebe4ce884493..c532be901f70197541691102e127905e10f34451 100644 (file)
@@ -280,8 +280,7 @@ typedef struct _PRINTPROVIDOR {
  HANDLE (WINAPI *fpFindFirstPrinterChangeNotification)(HANDLE hPrinter,
                  DWORD fdwFlags, DWORD fdwOptions, LPVOID pPrinterNotifyOptions);
  BOOL   (WINAPI *fpFindClosePrinterChangeNotification)(HANDLE hChange);
- BOOL   (WINAPI *fpAddPortEx)(HANDLE hMonitor, LPWSTR pName, DWORD Level,
-                 LPBYTE lpBuffer, LPWSTR lpMonitorName);
+ BOOL   (WINAPI *fpAddPortEx)(LPWSTR, DWORD, LPBYTE, LPWSTR);
  BOOL   (WINAPI *fpShutDown)(LPVOID pvReserved);
  BOOL   (WINAPI *fpRefreshPrinterChangeNotification)(HANDLE hPrinter,
                  DWORD Reserved, PVOID pvReserved, PVOID pPrinterNotifyInfo);