mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
SDK 1.53 update.
This commit is contained in:
parent
8383f16be7
commit
1a411405e6
27 changed files with 2872 additions and 624 deletions
|
|
@ -22,8 +22,11 @@
|
|||
static void
|
||||
randombytes(char * const buf, const size_t size)
|
||||
{
|
||||
while (!RtlGenRandom((PVOID) buf, (ULONG) size)) {
|
||||
PRINT_DEBUG("RtlGenRandom ERROR\n");
|
||||
Sleep(100);
|
||||
}
|
||||
|
||||
RtlGenRandom((PVOID) buf, (ULONG) size);
|
||||
}
|
||||
|
||||
std::string get_env_variable(std::string name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue