Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jason Beetham
wine
Commits
dd5bf84c
Commit
dd5bf84c
authored
25 years ago
by
Eric Kohl
Committed by
Alexandre Julliard
25 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added WNetRemoveCachedPassword() stub.
parent
329a14b2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
misc/network.c
+9
-0
9 additions, 0 deletions
misc/network.c
relay32/mpr.spec
+1
-1
1 addition, 1 deletion
relay32/mpr.spec
with
10 additions
and
1 deletion
misc/network.c
+
9
−
0
View file @
dd5bf84c
...
...
@@ -882,6 +882,15 @@ DWORD WINAPI WNetGetProviderNameW(
return
WN_NO_NETWORK
;
}
/*****************************************************************
* 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]
*/
...
...
This diff is collapsed.
Click to expand it.
relay32/mpr.spec
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment