mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fix portmidi compilation on Xcode 3.2.6 for OSX 10.6.8. no whatsnew.
This commit is contained in:
parent
d76bbe60d5
commit
f4630f15e3
@ -14,7 +14,9 @@
|
||||
#include "sys/time.h"
|
||||
#include "pthread.h"
|
||||
|
||||
//#define NSEC_PER_MSEC 1000000
|
||||
#if !defined NSEC_PER_MSEC
|
||||
#define NSEC_PER_MSEC 1000000ull
|
||||
#endif
|
||||
#define THREAD_IMPORTANCE 30
|
||||
|
||||
static int time_started_flag = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user