This commit is contained in:
twinaphex 2020-02-14 00:19:54 +01:00
parent 2d274f1369
commit df62b6d78f

View File

@ -111,6 +111,10 @@ typedef enum
CFAllDomainsMask = 0x0ffff /* All domains: all of the above and future items */
} CFDomainMask;
#if (defined(OSX) && !(defined(__ppc__) || defined(__ppc64__)))
static int speak_pid = 0;
#endif
static char darwin_cpu_model_name[64] = {0};
static NSSearchPathDirectory NSConvertFlagsCF(unsigned flags)