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
Lorenzo Ferrillo
wine
Commits
a364a2f0
Commit
a364a2f0
authored
13 years ago
by
Francois Gouget
Committed by
Alexandre Julliard
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
mssign32: Add a trailing '\n' to a few FIXME() messages.
parent
c9f1489c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dlls/mssign32/mssign32_main.c
+3
-3
3 additions, 3 deletions
dlls/mssign32/mssign32_main.c
with
3 additions
and
3 deletions
dlls/mssign32/mssign32_main.c
+
3
−
3
View file @
a364a2f0
...
...
@@ -50,7 +50,7 @@ HRESULT WINAPI PvkGetCryptProv(HWND hwnd, LPCWSTR pwszCaption, LPCWSTR pwszCapiP
DWORD
dwProviderType
,
LPCWSTR
pwszPvkFile
,
LPCWSTR
pwszKeyContainerName
,
DWORD
*
pdwKeySpec
,
LPWSTR
*
ppwszTmpContainer
,
HCRYPTPROV
*
phCryptProv
)
{
FIXME
(
"%p %s %s %d %s %s %p %p %p stub"
,
hwnd
,
debugstr_w
(
pwszCaption
),
debugstr_w
(
pwszCapiProvider
),
FIXME
(
"%p %s %s %d %s %s %p %p %p stub
\n
"
,
hwnd
,
debugstr_w
(
pwszCaption
),
debugstr_w
(
pwszCapiProvider
),
dwProviderType
,
debugstr_w
(
pwszPvkFile
),
debugstr_w
(
pwszKeyContainerName
),
pdwKeySpec
,
ppwszTmpContainer
,
phCryptProv
);
...
...
@@ -61,7 +61,7 @@ BOOL WINAPI PvkPrivateKeyAcquireContextFromMemory(LPCWSTR pwszProvName, DWORD dw
BYTE
*
pbData
,
DWORD
cbData
,
HWND
hwndOwner
,
LPCWSTR
pwszKeyName
,
DWORD
*
pdwKeySpec
,
HCRYPTPROV
*
phCryptProv
,
LPWSTR
*
ppwszTmpContainer
)
{
FIXME
(
"%s %d %p %d %p %s %p %p %p stub"
,
debugstr_w
(
pwszProvName
),
dwProvType
,
FIXME
(
"%s %d %p %d %p %s %p %p %p stub
\n
"
,
debugstr_w
(
pwszProvName
),
dwProvType
,
pbData
,
cbData
,
hwndOwner
,
debugstr_w
(
pwszKeyName
),
pdwKeySpec
,
phCryptProv
,
ppwszTmpContainer
);
...
...
@@ -71,6 +71,6 @@ BOOL WINAPI PvkPrivateKeyAcquireContextFromMemory(LPCWSTR pwszProvName, DWORD dw
void
WINAPI
PvkFreeCryptProv
(
HCRYPTPROV
hProv
,
LPCWSTR
pwszCapiProvider
,
DWORD
dwProviderType
,
LPWSTR
pwszTmpContainer
)
{
FIXME
(
"%08lx %s %d %s stub"
,
hProv
,
debugstr_w
(
pwszCapiProvider
),
dwProviderType
,
FIXME
(
"%08lx %s %d %s stub
\n
"
,
hProv
,
debugstr_w
(
pwszCapiProvider
),
dwProviderType
,
debugstr_w
(
pwszTmpContainer
));
}
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