mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
Fix OSX build(nw)
This commit is contained in:
parent
3baa2e6e81
commit
7a1ee25edc
@ -9,6 +9,8 @@
|
|||||||
#include "osdcore.h"
|
#include "osdcore.h"
|
||||||
#include "osdsync.h"
|
#include "osdsync.h"
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
// C++ headers
|
// C++ headers
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
// sdlwork.c - SDL OSD core work item functions
|
// sdlwork.c - SDL OSD core work item functions
|
||||||
//
|
//
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
#if defined(OSD_WINDOWS) || defined(SDLMAME_WIN32)
|
#if defined(OSD_WINDOWS) || defined(SDLMAME_WIN32)
|
||||||
// standard windows headers
|
// standard windows headers
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
Loading…
Reference in New Issue
Block a user