mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
|
||||
//#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
//#include "winbase.h"
|
||||
#include <ras.h>
|
||||
#include <raserror.h>
|
||||
#include <wine/debug.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "ras.h"
|
||||
#include "raserror.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ras);
|
||||
|
||||
|
|
|
@ -29,11 +29,11 @@
|
|||
@ stdcall RasGetAutodialEnableW(long ptr)
|
||||
@ stdcall RasGetAutodialParamA(long ptr ptr)
|
||||
@ stdcall RasGetAutodialParamW(long ptr ptr)
|
||||
@ stdcall RasGetConnectionStatistics(ptr ptr)
|
||||
@ stub RasGetConnectResponse
|
||||
@ stdcall RasGetConnectStatusA(ptr ptr)
|
||||
@ stdcall RasGetConnectStatusW(ptr ptr)
|
||||
@ stub RasGetConnectStatusWow
|
||||
@ stdcall RasGetConnectionStatistics(ptr ptr)
|
||||
@ stub RasGetCountryInfoA
|
||||
@ stub RasGetCountryInfoW
|
||||
@ 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/qmgrprxy # Synced to WineStaging-2.9
|
||||
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/riched20 # Synced to Wine-3.0
|
||||
reactos/dll/win32/riched32 # Synced to WineStaging-2.9
|
||||
|
|
Loading…
Reference in a new issue