Added stub for RasHangUpA().
This commit is contained in:
parent
c27b6cf944
commit
6713541db9
|
@ -43,3 +43,12 @@ DWORD WINAPI RasGetEntryDialParamsA( LPSTR lpszPhoneBook,
|
|||
lpRasDialParams,lpfPassword);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* RasHangUpA [RASAPI32.556]
|
||||
*/
|
||||
DWORD WINAPI RasHangUpA( HRASCONN hrasconn)
|
||||
{
|
||||
FIXME("(%x),stub!\n",hrasconn);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -57,7 +57,7 @@ type win32
|
|||
553 stub RasGetErrorStringW
|
||||
554 stub RasGetProjectionInfoA
|
||||
555 stub RasGetProjectionInfoW
|
||||
556 stub RasHangUpA
|
||||
556 stdcall RasHangUpA(long) RasHangUpA
|
||||
557 stub RasHangUpW
|
||||
558 stub RasSetEntryDialParamsA
|
||||
559 stub RasSetEntryDialParamsW
|
||||
|
|
Loading…
Reference in New Issue