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