mirror of https://github.com/axmolengine/axmol.git
add some comment
This commit is contained in:
parent
49f7b2aec1
commit
bbff18c96f
|
@ -39,6 +39,8 @@ THE SOFTWARE.
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
// To resolve link error when building 32bits with Xcode 6.
|
||||||
|
// More information please refer to the discussion in https://github.com/cocos2d/cocos2d-x/pull/6986
|
||||||
#if defined(__APPLE__) || defined(__unix)
|
#if defined(__APPLE__) || defined(__unix)
|
||||||
#ifndef __ENABLE_COMPATIBILITY_WITH_UNIX_2003__
|
#ifndef __ENABLE_COMPATIBILITY_WITH_UNIX_2003__
|
||||||
#define __ENABLE_COMPATIBILITY_WITH_UNIX_2003__
|
#define __ENABLE_COMPATIBILITY_WITH_UNIX_2003__
|
||||||
|
|
Loading…
Reference in New Issue