Untested on *nix as always Changelog: Casper Hornstrup <chorns_at_users.sourceforge.net> Fix GetPrintProcessorDirectoryA function to match header. Index: info.c =================================================================== RCS file: /home/wine/wine/dlls/winspool/info.c,v retrieving revision 1.79 diff -u -r1.79 info.c --- info.c 23 Jun 2003 19:52:55 -0000 1.79 +++ info.c 23 Jul 2003 05:28:04 -0000 @@ -991,12 +991,13 @@ /***************************************************************************** * GetPrintProcessorDirectoryA [WINSPOOL.@] */ -BOOL WINAPI GetPrintProcessorDirectoryA(LPSTR server, LPSTR environ, - DWORD level, LPBYTE Info, - DWORD cbBuf, LPDWORD needed) +BOOL WINAPI GetPrintProcessorDirectoryA(LPSTR pName, LPSTR pEnvironment, + DWORD Level, + LPBYTE pPrintProcessorInfo, + DWORD cbBuf, LPDWORD pcbNeeded) { - FIXME("(%s,%s,%ld,%p,0x%08lx): stub\n", server, environ, level, Info, - cbBuf); + FIXME("(%s,%s,%ld,%p,0x%08lx): stub\n", pName, pEnvironment, Level, pPrintProcessorInfo, + cbBuf); return 0; } __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com