mirror of
https://github.com/holub/mame
synced 2025-06-09 14:22:41 +03:00
Some compilers don't like implicitly casting negative values to unsigned types
This commit is contained in:
parent
0a1b6b66b0
commit
80b4bd05e9
@ -17,7 +17,7 @@
|
|||||||
SYNCHRONIZATION INTERFACES - Events
|
SYNCHRONIZATION INTERFACES - Events
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#define OSD_EVENT_WAIT_INFINITE -1
|
#define OSD_EVENT_WAIT_INFINITE (~(osd_ticks_t)0)
|
||||||
|
|
||||||
/* osd_event is an opaque type which represents a setable/resetable event */
|
/* osd_event is an opaque type which represents a setable/resetable event */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user