mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
Fixed *BSD compilation for SDLMAME. [ElBarto]
This commit is contained in:
parent
f7eab8b277
commit
fb32b80591
@ -55,6 +55,10 @@
|
||||
#define SDLMAME_NETBSD 1
|
||||
#endif
|
||||
|
||||
#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#define SDLMAME_BSD 1
|
||||
#endif
|
||||
|
||||
// fix for Ubuntu 8.10
|
||||
#ifdef _FORTIFY_SOURCE
|
||||
#undef _FORTIFY_SOURCE
|
||||
|
Loading…
Reference in New Issue
Block a user