From cd6f3dfd714af1fd755d903b92ac586e8857635b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 25 Aug 2006 00:53:37 +0000 Subject: [PATCH] Updated SDK for GCC-4.1 --- amxmodx/sdk/amxxmodule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/sdk/amxxmodule.h b/amxmodx/sdk/amxxmodule.h index aec781f1..1136e594 100755 --- a/amxmodx/sdk/amxxmodule.h +++ b/amxmodx/sdk/amxxmodule.h @@ -22,7 +22,7 @@ #ifndef __linux__ #define DLLEXPORT __declspec(dllexport) #else -#define DLLEXPORT +#define DLLEXPORT __attribute__((visibility("default"))) #define LINUX #endif