mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
Stub AddPortA.
This commit is contained in:
parent
0e3425d37d
commit
6d5cd45894
2 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue