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
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
Zsolt Vadász
wine
Commits
65c5d3e4
Commit
65c5d3e4
authored
16 years ago
by
Juan Lang
Committed by
Alexandre Julliard
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
wintrust: Add stub for WVTAsn1CatMemberInfoDecode.
parent
d3d7dfa7
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
dlls/wintrust/asn.c
+9
-0
9 additions, 0 deletions
dlls/wintrust/asn.c
dlls/wintrust/wintrust.spec
+1
-1
1 addition, 1 deletion
dlls/wintrust/wintrust.spec
with
10 additions
and
1 deletion
dlls/wintrust/asn.c
+
9
−
0
View file @
65c5d3e4
...
...
@@ -1902,3 +1902,12 @@ BOOL WINAPI WVTAsn1SpcSpOpusInfoDecode(DWORD dwCertEncodingType,
pvStructInfo
,
*
pcbStructInfo
);
return
FALSE
;
}
BOOL
WINAPI
WVTAsn1CatMemberInfoDecode
(
DWORD
dwCertEncodingType
,
LPCSTR
lpszStructType
,
const
BYTE
*
pbEncoded
,
DWORD
cbEncoded
,
DWORD
dwFlags
,
void
*
pvStructInfo
,
DWORD
*
pcbStructInfo
)
{
FIXME
(
"%p, %d, %08x, %p, %d
\n
"
,
pbEncoded
,
cbEncoded
,
dwFlags
,
pvStructInfo
,
*
pcbStructInfo
);
return
FALSE
;
}
This diff is collapsed.
Click to expand it.
dlls/wintrust/wintrust.spec
+
1
−
1
View file @
65c5d3e4
...
...
@@ -86,7 +86,7 @@
@ stub WTHelperIsInRootStore
@ stub WTHelperOpenKnownStores
@ stdcall WTHelperProvDataFromStateData(ptr)
@ st
ub
WVTAsn1CatMemberInfoDecode
@ st
dcall
WVTAsn1CatMemberInfoDecode
(long str ptr long long ptr ptr)
@ stdcall WVTAsn1CatMemberInfoEncode(long str ptr ptr ptr)
@ stub WVTAsn1CatNameValueDecode
@ stub WVTAsn1CatNameValueEncode
...
...
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