wine/dlls/bcryptprimitives/Makefile.in
Chris Denton 83d4075202 bcryptprimitives: ProcessPrng stub.
ProcessPrng is the only publicly documented function exported by bcryptprimitives. This stub simply forwards it to RtlGenRandom in advapi32.
2023-07-10 15:56:07 +02:00

6 lines
74 B
Makefile

MODULE = bcryptprimitives.dll
IMPORTS = advapi32
C_SRCS = \
main.c