Updated SDK for GCC-4.1
This commit is contained in:
parent
a7fcf76244
commit
cd6f3dfd71
@ -22,7 +22,7 @@
|
||||
#ifndef __linux__
|
||||
#define DLLEXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define DLLEXPORT
|
||||
#define DLLEXPORT __attribute__((visibility("default")))
|
||||
#define LINUX
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user