| 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 |
| r20010 | r20011 | |
|---|---|---|
| 14 | 14 | #include "sys/time.h" |
| 15 | 15 | #include "pthread.h" |
| 16 | 16 | |
| 17 | //#define NSEC_PER_MSEC 1000000 | |
| 17 | #if !defined NSEC_PER_MSEC | |
| 18 | #define NSEC_PER_MSEC 1000000ull | |
| 19 | #endif | |
| 18 | 20 | #define THREAD_IMPORTANCE 30 |
| 19 | 21 | |
| 20 | 22 | static int time_started_flag = FALSE; |
| Previous | 199869 Revisions | Next |