mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix build on OpenBSD
This commit is contained in:
parent
07f2f25f56
commit
3b9240d261
@ -130,7 +130,7 @@ lua_engine::hook::hook()
|
||||
cb = -1;
|
||||
}
|
||||
|
||||
#if (defined(__sun__) && defined(__svr4__)) || defined(__ANDROID__)
|
||||
#if (defined(__sun__) && defined(__svr4__)) || defined(__ANDROID__) || defined(__OpenBSD__)
|
||||
#undef _L
|
||||
#endif
|
||||
|
||||
|
@ -199,7 +199,7 @@ private:
|
||||
// pnamedlist_t: a simple list
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
#if (defined(__sun__) && defined(__svr4__)) || defined(__ANDROID__)
|
||||
#if (defined(__sun__) && defined(__svr4__)) || defined(__ANDROID__) || defined(__OpenBSD__)
|
||||
#undef _C
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user