diff --git a/contrib/Open3DGC/o3dgcTimer.h b/contrib/Open3DGC/o3dgcTimer.h index 00fe5b653..d9a285968 100644 --- a/contrib/Open3DGC/o3dgcTimer.h +++ b/contrib/Open3DGC/o3dgcTimer.h @@ -30,7 +30,7 @@ THE SOFTWARE. /* Thank you, Microsoft, for file WinDef.h with min/max redefinition. */ #define NOMINMAX #include -#elif __MACH__ +#elif __APPLE__ #include #include #else @@ -73,7 +73,7 @@ namespace o3dgc LARGE_INTEGER m_freq; }; -#elif __MACH__ +#elif __APPLE__ class Timer { public: