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
dd5bf84c
Commit
dd5bf84c
authored
Jun 26, 1999
by
Eric Kohl
Committed by
Alexandre Julliard
Jun 26, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added WNetRemoveCachedPassword() stub.
parent
329a14b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
network.c
misc/network.c
+9
-0
mpr.spec
relay32/mpr.spec
+1
-1
No files found.
misc/network.c
View file @
dd5bf84c
...
...
@@ -883,6 +883,15 @@ DWORD WINAPI WNetGetProviderNameW(
}
/*****************************************************************
* WNetRemoveCachedPassword [MPR.95]
*/
UINT
WINAPI
WNetRemoveCachedPassword
(
DWORD
x
,
DWORD
y
,
DWORD
z
)
{
FIXME_
(
mpr
)(
"(%lx,%lx,%lx): stub
\n
"
,
x
,
y
,
z
);
return
0
;
}
/*****************************************************************
* WNetUseConnectionA [MPR.100]
*/
DWORD
WINAPI
WNetUseConnectionA
(
...
...
relay32/mpr.spec
View file @
dd5bf84c
...
...
@@ -95,7 +95,7 @@ type win32
0092 stub WNetLogonW
0093 stdcall WNetOpenEnumA(long long long ptr ptr) WNetOpenEnumA
0094 stdcall WNetOpenEnumW(long long long ptr ptr) WNetOpenEnumW
0095 st
ub
WNetRemoveCachedPassword
0095 st
dcall WNetRemoveCachedPassword(long long long)
WNetRemoveCachedPassword
0096 stub WNetRestoreConnectionA
0097 stub WNetRestoreConnectionW
0098 stub WNetSetConnectionA
...
...
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