Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
74b37280
Commit
74b37280
authored
Jun 13, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Jun 13, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence some -Wmissing-declarations warnings.
parent
c716cc80
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
service.c
dlls/advapi32/service.c
+2
-0
crypt_md4.c
dlls/advapi32/tests/crypt_md4.c
+1
-1
crypt_md5.c
dlls/advapi32/tests/crypt_md5.c
+1
-1
No files found.
dlls/advapi32/service.c
View file @
74b37280
...
...
@@ -32,6 +32,8 @@
#include "wine/unicode.h"
#include "wine/debug.h"
#include "winternl.h"
#include "lmcons.h"
#include "lmserver.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
advapi
);
...
...
dlls/advapi32/tests/crypt_md4.c
View file @
74b37280
...
...
@@ -43,7 +43,7 @@ fnMD4Final pMD4Final;
#define ctxcmp( a, b ) memcmp( (char*)a, (char*)b, FIELD_OFFSET( MD4_CTX, in ) )
void
test_md4_ctx
(
)
static
void
test_md4_ctx
(
void
)
{
static
unsigned
char
message
[]
=
"In our Life there's If"
...
...
dlls/advapi32/tests/crypt_md5.c
View file @
74b37280
...
...
@@ -43,7 +43,7 @@ fnMD5Final pMD5Final;
#define ctxcmp( a, b ) memcmp( (char*)a, (char*)b, FIELD_OFFSET( MD5_CTX, in ) )
void
test_md5_ctx
(
)
static
void
test_md5_ctx
(
void
)
{
static
unsigned
char
message
[]
=
"In our Life there's If"
...
...
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