mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-02-17 13:18:08 +01: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) {}
|