mirror of https://github.com/axmolengine/axmol.git
This commit is contained in:
parent
ad5836a3ca
commit
4a4ef87163
|
@ -4,9 +4,9 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if defined(_USRDLL)
|
#if defined(_USRDLL)
|
||||||
#define CC_DLL
|
#define CC_DLL __attribute__ ((visibility ("default")))
|
||||||
#else /* use a DLL library */
|
#else /* use a DLL library */
|
||||||
#define CC_DLL
|
#define CC_DLL __attribute__ ((visibility ("default")))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
Loading…
Reference in New Issue