mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38: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
2
src/os.c
2
src/os.c
|
@ -24,7 +24,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#include <Windows.h>
|
||||
#elif defined(__wasi__)
|
||||
// stdlib.h is all we need, and has already been included in mimalloc.h
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue