update ide project files

This commit is contained in:
Daan Leijen 2023-03-20 11:20:30 -07:00
parent 2f9b2f51b9
commit 287010578d
11 changed files with 104 additions and 71 deletions

View file

@ -11,12 +11,8 @@ terms of the MIT license. A copy of the license can be found in the file
#include "mimalloc/internal.h"
#include "mimalloc/atomic.h"
#include "mimalloc/prim.h"
#include <string.h> // strerror
#include <stdio.h> // fputs, stderr
#ifdef _MSC_VER
#pragma warning(disable:4996) // strerror
#endif
//---------------------------------------------
// Dynamically bind Windows API points for portability