Detlef Riekenberg : include: Fix the fpAddPortEx prototype in struct PRINTPROVIDOR.
Module: wine Branch: master Commit: 29c9c7f50d192417b1c9783e5688f2f1991e2103 URL: http://source.winehq.org/git/wine.git/?a=commit;h=29c9c7f50d192417b1c9783e56... Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Tue Sep 29 14:54:04 2009 +0200 include: Fix the fpAddPortEx prototype in struct PRINTPROVIDOR. --- 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);
participants (1)
-
Alexandre Julliard