diff options
Diffstat (limited to 'src/stubs/BCryptPrimitives.c')
-rw-r--r-- | src/stubs/BCryptPrimitives.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stubs/BCryptPrimitives.c b/src/stubs/BCryptPrimitives.c deleted file mode 100644 index afcaa7e..0000000 --- a/src/stubs/BCryptPrimitives.c +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is dedicated to the public domain. */ - -// We have to define a real function with the right number of arguments to get -// the mangled symbol _ProcessPrng@8, which the .def file apparently turns -// into an "undecorate" .lib entry through some undocumented magic (of course!). -int __stdcall ProcessPrng(void *x, unsigned int y) { return 0; } |