From 320f706c49ae32b52f4e2db2d45fcd8741ac8ef6 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 19 Sep 2010 08:56:53 -0700 Subject: [PATCH] This patch fixes a dllexport directive warning on Haiku Scott McCreary HaikuPorts --- include/begin_code.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/begin_code.h b/include/begin_code.h index 22748090c..2208a88bd 100644 --- a/include/begin_code.h +++ b/include/begin_code.h @@ -43,7 +43,7 @@ #ifndef DECLSPEC # if defined(__BEOS__) || defined(__HAIKU__) # if defined(__GNUC__) -# define DECLSPEC __declspec(dllexport) +# define DECLSPEC # else # define DECLSPEC __declspec(export) # endif