Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c8ad3cb7
Commit
c8ad3cb7
authored
Jun 13, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add stubs for RasDeleteSubEntry* (new in WinMe/WinXP).
Add prototypes for RasDeleteEntry* and RasDeleteSubEntry* in ras.h.
parent
3cf874bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
rasapi32.spec
dlls/rasapi32/rasapi32.spec
+3
-0
ras.h
include/ras.h
+6
-1
No files found.
dlls/rasapi32/rasapi32.spec
View file @
c8ad3cb7
...
...
@@ -51,6 +51,9 @@
44 stub RasGetErrorStringWow
54 stub RasHangUpWow
@ stub RasDeleteSubEntryA
@ stub RasDeleteSubEntryW
500 stub RnaEngineRequest
501 stub DialEngineRequest
502 stub SuprvRequest
...
...
include/ras.h
View file @
c8ad3cb7
...
...
@@ -312,7 +312,12 @@ typedef struct tagRASENTRYW {
DECL_WINELIB_TYPE_AW
(
RASENTRY
)
DWORD
WINAPI
RasDeleteEntryA
(
LPCSTR
,
LPCSTR
);
DWORD
WINAPI
RasDeleteEntryW
(
LPCWSTR
,
LPCWSTR
);
#define RasDeleteEntry WINELIB_NAME_AW(RasDeleteEntry)
DWORD
WINAPI
RasDeleteSubEntryA
(
LPCSTR
,
LPCSTR
,
DWORD
);
DWORD
WINAPI
RasDeleteSubEntryW
(
LPCWSTR
,
LPCWSTR
,
DWORD
);
#define RasDeleteSubEntry WINELIB_NAME_AW(RasDeleteSubEntry)
DWORD
WINAPI
RasEnumConnectionsA
(
LPRASCONNA
,
LPDWORD
,
LPDWORD
);
DWORD
WINAPI
RasEnumConnectionsW
(
LPRASCONNW
,
LPDWORD
,
LPDWORD
);
#define RasEnumConnections WINELIB_NAME_AW(RasEnumConnections)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment