mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
Undef two defines from Solaris stdlib.h which collide with mame.
This commit is contained in:
parent
91c5f19bf3
commit
89d20f9866
@ -21,6 +21,12 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
// some cleanups for Solaris for things defined in stdlib.h
|
||||||
|
#ifdef SDLMAME_SOLARIS
|
||||||
|
#undef si_status
|
||||||
|
#undef WWORD
|
||||||
|
#endif
|
||||||
|
|
||||||
// standard C++ includes
|
// standard C++ includes
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user