diff --git a/Source/PluginSpecs/CommonTypes.h b/Source/PluginSpecs/CommonTypes.h index b5f260ae0a..236e9bcf26 100644 --- a/Source/PluginSpecs/CommonTypes.h +++ b/Source/PluginSpecs/CommonTypes.h @@ -43,8 +43,8 @@ typedef signed __int64 s64; typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32; -#if !defined(OSX64) -typedef unsigned int BOOL; +#ifndef BOOL +#define BOOL unsigned int #endif typedef unsigned long long u64;