more Android fixes (nw)

This commit is contained in:
Miodrag Milanovic 2015-03-21 11:42:53 +01:00
parent 65a7e23b2d
commit 8eb93098ed
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ lua_engine::hook::hook()
cb = -1;
}
#ifdef SDLMAME_SOLARIS
#if defined(SDLMAME_SOLARIS) || defined(__ANDROID__)
#undef _L
#endif

View File

@ -199,7 +199,7 @@ private:
// pnamedlist_t: a simple list
// ----------------------------------------------------------------------------------------
#ifdef SDLMAME_SOLARIS
#if defined(SDLMAME_SOLARIS) || defined(__ANDROID__)
#undef _C
#endif