mirror of
https://github.com/holub/mame
synced 2025-05-21 05:08:54 +03:00
For MSVC, explicitly include assert.h so that we can override the MSVC
version of assert(), which gets implicitly included later.
This commit is contained in:
parent
ec93220f95
commit
9c553510dd
@ -42,6 +42,7 @@
|
||||
#define _WIN32_WINNT 0x0501
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <assert.h>
|
||||
#include <malloc.h>
|
||||
#define alloca _alloca
|
||||
#define round(x) floor((x) + 0.5)
|
||||
|
Loading…
Reference in New Issue
Block a user