mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 11:58:41 +03:00
small compilation warning fixes (extra semicolon etc)
This commit is contained in:
parent
8033b62979
commit
b4825372ab
10 changed files with 18 additions and 18 deletions
|
@ -234,7 +234,7 @@ static bool os_random_buf(void* buf, size_t buf_len) {
|
|||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#include <Windows.h>
|
||||
#elif defined(__APPLE__)
|
||||
#include <mach/mach_time.h>
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue