mirror of
https://github.com/reactos/reactos.git
synced 2025-07-05 11:01:25 +00:00
[RASAPI32] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
842783003a
commit
3cea71896c
3 changed files with 8 additions and 10 deletions
|
@ -18,15 +18,13 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#include <stdarg.h>
|
||||||
|
|
||||||
//#include <stdarg.h>
|
#include "windef.h"
|
||||||
|
#include "winbase.h"
|
||||||
#include <windef.h>
|
#include "ras.h"
|
||||||
//#include "winbase.h"
|
#include "raserror.h"
|
||||||
#include <ras.h>
|
#include "wine/debug.h"
|
||||||
#include <raserror.h>
|
|
||||||
#include <wine/debug.h>
|
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(ras);
|
WINE_DEFAULT_DEBUG_CHANNEL(ras);
|
||||||
|
|
||||||
|
|
|
@ -29,11 +29,11 @@
|
||||||
@ stdcall RasGetAutodialEnableW(long ptr)
|
@ stdcall RasGetAutodialEnableW(long ptr)
|
||||||
@ stdcall RasGetAutodialParamA(long ptr ptr)
|
@ stdcall RasGetAutodialParamA(long ptr ptr)
|
||||||
@ stdcall RasGetAutodialParamW(long ptr ptr)
|
@ stdcall RasGetAutodialParamW(long ptr ptr)
|
||||||
@ stdcall RasGetConnectionStatistics(ptr ptr)
|
|
||||||
@ stub RasGetConnectResponse
|
@ stub RasGetConnectResponse
|
||||||
@ stdcall RasGetConnectStatusA(ptr ptr)
|
@ stdcall RasGetConnectStatusA(ptr ptr)
|
||||||
@ stdcall RasGetConnectStatusW(ptr ptr)
|
@ stdcall RasGetConnectStatusW(ptr ptr)
|
||||||
@ stub RasGetConnectStatusWow
|
@ stub RasGetConnectStatusWow
|
||||||
|
@ stdcall RasGetConnectionStatistics(ptr ptr)
|
||||||
@ stub RasGetCountryInfoA
|
@ stub RasGetCountryInfoA
|
||||||
@ stub RasGetCountryInfoW
|
@ stub RasGetCountryInfoW
|
||||||
@ stub RasGetCredentialsA
|
@ stub RasGetCredentialsA
|
||||||
|
|
|
@ -156,7 +156,7 @@ reactos/dll/win32/pstorec # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/qmgr # Synced to WineStaging-3.3
|
reactos/dll/win32/qmgr # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/qmgrprxy # Synced to WineStaging-2.9
|
reactos/dll/win32/qmgrprxy # Synced to WineStaging-2.9
|
||||||
reactos/dll/win32/query # Synced to WineStaging-3.3
|
reactos/dll/win32/query # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/rasapi32 # Synced to WineStaging-2.9
|
reactos/dll/win32/rasapi32 # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/resutils # Synced to WineStaging-2.9
|
reactos/dll/win32/resutils # Synced to WineStaging-2.9
|
||||||
reactos/dll/win32/riched20 # Synced to Wine-3.0
|
reactos/dll/win32/riched20 # Synced to Wine-3.0
|
||||||
reactos/dll/win32/riched32 # Synced to WineStaging-2.9
|
reactos/dll/win32/riched32 # Synced to WineStaging-2.9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue