X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/70ad1dc8a19d6edd9b97aa81f32cfd65758ae97d..refs/heads/master:/include/libkern/OSThermalNotification.h diff --git a/include/libkern/OSThermalNotification.h b/include/libkern/OSThermalNotification.h index e8581cc..beeed58 100644 --- a/include/libkern/OSThermalNotification.h +++ b/include/libkern/OSThermalNotification.h @@ -40,7 +40,7 @@ __BEGIN_DECLS /* Define pressure levels usable by OSThermalPressureLevel */ typedef enum { -#if TARGET_OS_OSX || TARGET_OS_IOSMAC +#if TARGET_OS_OSX || TARGET_OS_MACCATALYST kOSThermalPressureLevelNominal = 0, kOSThermalPressureLevelModerate, kOSThermalPressureLevelHeavy,