mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
mdbx-windows: добавление потерянного #include <wincrypt.h>
.
This commit is contained in:
parent
f20addd7fc
commit
242ebefdb7
@ -3513,6 +3513,10 @@ __cold int mdbx_get_sysraminfo(intptr_t *page_size, intptr_t *total_pages,
|
||||
#include <sys/random.h>
|
||||
#endif /* sys/random.h */
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <wincrypt.h>
|
||||
#endif /* Windows */
|
||||
|
||||
MDBX_INTERNAL bin128_t osal_guid(const MDBX_env *env) {
|
||||
struct {
|
||||
uint64_t begin, end, cputime;
|
||||
|
Loading…
x
Reference in New Issue
Block a user