Previous 199869 Revisions Next

r20011 Wednesday 2nd January, 2013 at 16:42:45 UTC by Fabio Priuli
fix portmidi compilation on Xcode 3.2.6 for OSX 10.6.8. no whatsnew.
[src/lib/portmidi]ptmacosx_mach.c

trunk/src/lib/portmidi/ptmacosx_mach.c
r20010r20011
1414#include "sys/time.h"
1515#include "pthread.h"
1616
17//#define NSEC_PER_MSEC 1000000
17#if !defined NSEC_PER_MSEC
18#define NSEC_PER_MSEC 1000000ull
19#endif
1820#define THREAD_IMPORTANCE 30
1921
2022static int time_started_flag = FALSE;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team