mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
4 lines
162 B
C
4 lines
162 B
C
#include <windows.h>
|
|
#define RtlGenRandom SystemFunction036
|
|
#define DLLEXPORT __declspec(dllexport)
|
|
DLLEXPORT BOOLEAN WINAPI RtlGenRandom(PVOID in, ULONG len) {} |