25 #include "JackCompilerDeps.h" 27 typedef unsigned short UInt16;
29 typedef unsigned int UInt32;
30 typedef signed int SInt32;
32 typedef unsigned long UInt32;
33 typedef signed long SInt32;
36 #include "JackTypes_os.h" 38 typedef uint16_t jack_int_t;
41 JACK_TIMER_SYSTEM_CLOCK,
50 } jack_client_state_t;