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
890ce536
Commit
890ce536
authored
Mar 21, 2010
by
Andrew Nguyen
Committed by
Alexandre Julliard
Mar 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Fix SystemFunction036 prototype to match ntsecapi.h.
parent
4c3361e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
crypt.c
dlls/advapi32/crypt.c
+1
-1
crypt.c
dlls/advapi32/tests/crypt.c
+1
-1
No files found.
dlls/advapi32/crypt.c
View file @
890ce536
...
...
@@ -2274,7 +2274,7 @@ BOOL WINAPI SystemFunction035(LPCSTR lpszDllFilePath)
* Failure: FALSE
*/
BOOL
WINAPI
SystemFunction036
(
PVOID
pbBuffer
,
ULONG
dwLen
)
BOOL
EAN
WINAPI
SystemFunction036
(
PVOID
pbBuffer
,
ULONG
dwLen
)
{
int
dev_random
;
...
...
dlls/advapi32/tests/crypt.c
View file @
890ce536
...
...
@@ -64,7 +64,7 @@ static BOOL (WINAPI *pCryptSetHashParam)(HCRYPTKEY, DWORD, BYTE*, DWORD);
static
BOOL
(
WINAPI
*
pCryptSetKeyParam
)(
HCRYPTKEY
,
DWORD
,
BYTE
*
,
DWORD
);
static
BOOL
(
WINAPI
*
pCryptSetProvParam
)(
HCRYPTPROV
,
DWORD
,
BYTE
*
,
DWORD
);
static
BOOL
(
WINAPI
*
pCryptVerifySignatureW
)(
HCRYPTHASH
,
BYTE
*
,
DWORD
,
HCRYPTKEY
,
LPCWSTR
,
DWORD
);
static
BOOL
(
WINAPI
*
pSystemFunction036
)(
PVOID
,
ULONG
);
static
BOOL
EAN
(
WINAPI
*
pSystemFunction036
)(
PVOID
,
ULONG
);
static
void
init_function_pointers
(
void
)
{
...
...
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