Fixed: Include AvailabilityMacros.h before using macro MAC_OS_X_VERSION_10_6
--HG-- branch : develop
This commit is contained in:
parent
9525d24cd7
commit
1d11914192
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue