fix portmidi compilation on Xcode 3.2.6 for OSX 10.6.8. no whatsnew.

This commit is contained in:
Fabio Priuli 2013-01-02 16:42:45 +00:00
parent d76bbe60d5
commit f4630f15e3

View File

@ -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;