1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-07-18 22:35:18 +02:00
gbe_fork/dll/rtlgenrandom.c

4 lines
162 B
C
Raw Normal View History

2019-04-13 12:21:56 -04:00
#include <windows.h>
#define RtlGenRandom SystemFunction036
#define DLLEXPORT __declspec(dllexport)
DLLEXPORT BOOLEAN WINAPI RtlGenRandom(PVOID in, ULONG len) {}