mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Mame: Fix compilation errors in 'posixfile.cpp', for older MacOS/Xcode releases
This commit is contained in:
parent
c1847faf80
commit
bfa8d3572d
@ -37,6 +37,11 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Fix for MacOS compilation errors
|
||||
#if defined(__APPLE__) && !defined(_DARWIN_C_SOURCE)
|
||||
#define _DARWIN_C_SOURCE
|
||||
#endif
|
||||
|
||||
// MAME headers
|
||||
#include "posixfile.h"
|
||||
#include "unicode.h"
|
||||
|
Loading…
Reference in New Issue
Block a user