mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
potential fix for windows static linking with thread creation in dll's
This commit is contained in:
parent
312ce6f916
commit
3e1d800e9b
4 changed files with 38 additions and 9 deletions
|
@ -357,6 +357,7 @@ typedef struct mi_random_cxt_s {
|
|||
uint32_t input[16];
|
||||
uint32_t output[16];
|
||||
int output_available;
|
||||
bool weak;
|
||||
} mi_random_ctx_t;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue