Detlef Riekenberg : winspool: Show SetPrinter parameters in the FIXME.

Alexandre Julliard julliard at wine.codeweavers.com
Wed May 17 04:47:06 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: b7a62e56d964263a09f5de7db24100cfd2ad424b
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=b7a62e56d964263a09f5de7db24100cfd2ad424b

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Fri May 12 14:53:17 2006 +0200

winspool: Show SetPrinter parameters in the FIXME.

---

 dlls/winspool/info.c |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/dlls/winspool/info.c b/dlls/winspool/info.c
index df22eae..51f1fa1 100644
--- a/dlls/winspool/info.c
+++ b/dlls/winspool/info.c
@@ -1645,14 +1645,9 @@ DeletePortW (LPWSTR pName, HWND hWnd, LP
 /******************************************************************************
  *    SetPrinterW  [WINSPOOL.@]
  */
-BOOL WINAPI
-SetPrinterW(
-  HANDLE  hPrinter,
-  DWORD     Level,
-  LPBYTE    pPrinter,
-  DWORD     Command) {
-
-    FIXME("():stub\n");
+BOOL WINAPI SetPrinterW(HANDLE hPrinter, DWORD Level, LPBYTE pPrinter, DWORD Command)
+{
+    FIXME("(%p, %ld, %p, %ld): stub\n", hPrinter, Level, pPrinter, Command);
     SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
     return FALSE;
 }




More information about the wine-cvs mailing list