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
7eba925a
Commit
7eba925a
authored
Feb 22, 2005
by
Hans Leidekker
Committed by
Alexandre Julliard
Feb 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forward MD5{Final,Init,Update} to advapi32.
parent
d3edafe1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile.in
dlls/cryptdll/Makefile.in
+1
-1
cryptdll.spec
dlls/cryptdll/cryptdll.spec
+3
-3
No files found.
dlls/cryptdll/Makefile.in
View file @
7eba925a
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
cryptdll.dll
MODULE
=
cryptdll.dll
IMPORTS
=
kernel32
IMPORTS
=
advapi32
kernel32
C_SRCS
=
\
C_SRCS
=
\
cryptdll.c
cryptdll.c
...
...
dlls/cryptdll/cryptdll.spec
View file @
7eba925a
...
@@ -9,6 +9,6 @@
...
@@ -9,6 +9,6 @@
@ stub CDRegisterCSystem
@ stub CDRegisterCSystem
@ stub CDRegisterCheckSum
@ stub CDRegisterCheckSum
@ stub CDRegisterRng
@ stub CDRegisterRng
@ st
ub
MD5Final
@ st
dcall MD5Final(ptr) advapi32.
MD5Final
@ st
ub
MD5Init
@ st
dcall MD5Init(ptr) advapi32.
MD5Init
@ st
ub
MD5Update
@ st
dcall MD5Update(ptr ptr long) advapi32.
MD5Update
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