Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
6713541d
Commit
6713541d
authored
Jul 23, 2000
by
Ove Kaaven
Committed by
Alexandre Julliard
Jul 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for RasHangUpA().
parent
c27b6cf9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
rasapi.c
dlls/rasapi32/rasapi.c
+9
-0
rasapi32.spec
dlls/rasapi32/rasapi32.spec
+1
-1
No files found.
dlls/rasapi32/rasapi.c
View file @
6713541d
...
...
@@ -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
;
}
dlls/rasapi32/rasapi32.spec
View file @
6713541d
...
...
@@ -57,7 +57,7 @@ type win32
553 stub RasGetErrorStringW
554 stub RasGetProjectionInfoA
555 stub RasGetProjectionInfoW
556 st
ub
RasHangUpA
556 st
dcall RasHangUpA(long)
RasHangUpA
557 stub RasHangUpW
558 stub RasSetEntryDialParamsA
559 stub RasSetEntryDialParamsW
...
...
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