[PATCH 5/7] include: Fix the fpAddPortEx prototype in struct PRINTPROVIDOR

Detlef Riekenberg wine.dev at web.de
Tue Sep 29 07:54:04 CDT 2009


---
 include/ddk/winsplp.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/include/ddk/winsplp.h b/include/ddk/winsplp.h
index 4dfdb5b..c532be9 100644
--- a/include/ddk/winsplp.h
+++ b/include/ddk/winsplp.h
@@ -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);
-- 
1.5.4.3


--=-PylczwuGu+t/opNK7dwk--




More information about the wine-patches mailing list