Commit 685fa2d2 authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Added loads of types, defines and declarations to winspool.h.

parent eba2c792
......@@ -811,7 +811,7 @@ BOOL WINAPI EnumPrintersW(DWORD dwType, LPWSTR lpszName,
* AddMonitor32A [WINSPOOL.107]
*
*/
BOOL WINAPI AddMonitorA(LPCSTR pName, DWORD Level, LPBYTE pMonitors)
BOOL WINAPI AddMonitorA(LPSTR pName, DWORD Level, LPBYTE pMonitors)
{
FIXME("(%s,%lx,%p):stub!\n", pName, Level, pMonitors);
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment