Skip to content
Snippets Groups Projects
Unverified Commit cf59c7d1 authored by Kim Kulling's avatar Kim Kulling Committed by GitHub
Browse files

Update o3dgcTimer.h

closes https://github.com/assimp/assimp/issues/1642: fix build on Hurd
parent 837baabd
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment