Fix OSX build(nw)

This commit is contained in:
Miodrag Milanovic 2016-03-01 21:22:44 +01:00
parent 3baa2e6e81
commit 7a1ee25edc
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,8 @@
#include "osdcore.h"
#include "osdsync.h"
#include <stdlib.h>
// C++ headers
#include <mutex>
#include <atomic>

View File

@ -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