Update o3dgcTimer.h

closes https://github.com/assimp/assimp/issues/1642: fix build on Hurd
pull/1673/head
Kim Kulling 2018-01-03 00:56:32 +01:00 committed by GitHub
parent 837baabd36
commit cf59c7d153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ THE SOFTWARE.
/* Thank you, Microsoft, for file WinDef.h with min/max redefinition. */
#define NOMINMAX
#include <windows.h>
#elif __MACH__
#elif __APPLE__
#include <mach/clock.h>
#include <mach/mach.h>
#else
@ -73,7 +73,7 @@ namespace o3dgc
LARGE_INTEGER m_freq;
};
#elif __MACH__
#elif __APPLE__
class Timer
{
public: