mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +00:00
[RASAPI32] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68493
This commit is contained in:
parent
22cec4a8b4
commit
b70a79fc29
2 changed files with 3 additions and 1 deletions
|
@ -256,6 +256,8 @@ DWORD WINAPI RasEnumDevicesA(LPRASDEVINFOA lpRasDevinfo, LPDWORD lpcb, LPDWORD l
|
|||
if(lpRasDevinfo && lpRasDevinfo->dwSize != sizeof(RASDEVINFOA))
|
||||
return ERROR_INVALID_SIZE;
|
||||
|
||||
*lpcDevices = 1;
|
||||
|
||||
if (!lpRasDevinfo || (*lpcb < sizeof(RASDEVINFOA))) {
|
||||
*lpcb = sizeof(RASDEVINFOA);
|
||||
return ERROR_BUFFER_TOO_SMALL;
|
||||
|
|
|
@ -162,7 +162,7 @@ reactos/dll/win32/pstorec # Synced to WineStaging-1.7.37
|
|||
reactos/dll/win32/qmgr # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/qmgrprxy # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/query # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/rasapi32 # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/rasapi32 # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/resutils # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/riched20 # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/riched32 # Synced to WineStaging-1.7.37
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue