Updated SDK for GCC-4.1

This commit is contained in:
David Anderson 2006-08-25 00:53:37 +00:00
parent a7fcf76244
commit cd6f3dfd71

View File

@ -22,7 +22,7 @@
#ifndef __linux__
#define DLLEXPORT __declspec(dllexport)
#else
#define DLLEXPORT
#define DLLEXPORT __attribute__((visibility("default")))
#define LINUX
#endif