Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
a364a2f0
Commit
a364a2f0
authored
Mar 16, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mssign32: Add a trailing '\n' to a few FIXME() messages.
parent
c9f1489c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mssign32_main.c
dlls/mssign32/mssign32_main.c
+3
-3
No files found.
dlls/mssign32/mssign32_main.c
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
));
}
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