Fixed: Include AvailabilityMacros.h before using macro MAC_OS_X_VERSION_10_6

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent 9525d24cd7
commit 1d11914192

@ -101,9 +101,9 @@
#include "nel/3d/index_buffer.h"
#ifdef NL_OS_MAC
#include <AvailabilityMacros.h>
#if defined(MAC_OS_X_VERSION_10_6) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
#define NL_MAC_VERSION_10_6_UP
#else
#endif
#endif

Loading…
Cancel
Save