Stub AddPortA.

This commit is contained in:
Aric Stewart 2003-05-13 22:25:12 +00:00 committed by Alexandre Julliard
parent 0e3425d37d
commit 6d5cd45894
2 changed files with 10 additions and 1 deletions

View file

@ -3490,3 +3490,12 @@ DWORD WINAPI EnumPrinterDataExA(HANDLE hPrinter, LPCSTR pKeyName,
return ERROR_SUCCESS;
}
/******************************************************************************
* AddPortA (WINSPOOL.@)
*/
BOOL WINAPI AddPortA(LPSTR pName ,HWND hWnd, LPSTR pMonitorName)
{
FIXME("(%s, %p, %s\n), stub!\n",pName,hWnd,pMonitorName);
return FALSE;
}

View file

@ -7,7 +7,7 @@
@ stdcall AddJobW(long long ptr long ptr)
@ stdcall AddMonitorA(str long ptr)
@ stub AddMonitorW
@ stub AddPortA
@ stdcall AddPortA(str ptr str)
@ stub AddPortExA
@ stub AddPortExW
@ stub AddPortW