mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
more Android fixes (nw)
This commit is contained in:
parent
65a7e23b2d
commit
8eb93098ed
@ -130,7 +130,7 @@ lua_engine::hook::hook()
|
||||
cb = -1;
|
||||
}
|
||||
|
||||
#ifdef SDLMAME_SOLARIS
|
||||
#if defined(SDLMAME_SOLARIS) || defined(__ANDROID__)
|
||||
#undef _L
|
||||
#endif
|
||||
|
||||
|
@ -199,7 +199,7 @@ private:
|
||||
// pnamedlist_t: a simple list
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
#ifdef SDLMAME_SOLARIS
|
||||
#if defined(SDLMAME_SOLARIS) || defined(__ANDROID__)
|
||||
#undef _C
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user