mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
83d4075202
ProcessPrng is the only publicly documented function exported by bcryptprimitives. This stub simply forwards it to RtlGenRandom in advapi32.
5 lines
74 B
Makefile
5 lines
74 B
Makefile
MODULE = bcryptprimitives.dll
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|