This commit is contained in:
Byung Choi 2012-09-19 04:59:33 +09:00
parent ad5836a3ca
commit 4a4ef87163
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
#include <string.h>
#if defined(_USRDLL)
#define CC_DLL
#define CC_DLL __attribute__ ((visibility ("default")))
#else /* use a DLL library */
#define CC_DLL
#define CC_DLL __attribute__ ((visibility ("default")))
#endif
#include <assert.h>