Michael Stefaniuc : winspool.drv/tests: Specify the arguments of the function in the function.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jun 21 09:47:36 CDT 2007


Module: wine
Branch: master
Commit: 1a3689fdc287b2a583e336bba444ea00ab4b22a0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1a3689fdc287b2a583e336bba444ea00ab4b22a0

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Jun 20 15:27:00 2007 +0200

winspool.drv/tests: Specify the arguments of the function in the function.

---

 dlls/winspool.drv/tests/info.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winspool.drv/tests/info.c b/dlls/winspool.drv/tests/info.c
index c743768..6586278 100644
--- a/dlls/winspool.drv/tests/info.c
+++ b/dlls/winspool.drv/tests/info.c
@@ -65,8 +65,8 @@ static WCHAR portname_lpt1W[] = {'L','P','T','1',':',0};
 static WCHAR portname_lpt2W[] = {'L','P','T','2',':',0};
 
 static HANDLE  hwinspool;
-static FARPROC pGetDefaultPrinterA;
-static FARPROC pSetDefaultPrinterA;
+static BOOL  (WINAPI * pGetDefaultPrinterA)(LPSTR, LPDWORD);
+static BOOL  (WINAPI * pSetDefaultPrinterA)(LPCSTR);
 static DWORD (WINAPI * pXcvDataW)(HANDLE, LPCWSTR, PBYTE, DWORD, PBYTE, DWORD, PDWORD, PDWORD);
 static BOOL  (WINAPI * pAddPortExA)(LPSTR, DWORD, LPBYTE, LPSTR);
 




More information about the wine-cvs mailing list