From b2f25a1a3de9b3adb0bdc4f28e683a6a763ba340 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 --HG-- branch : SDL-1.2 --- 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