changeset 4891:0d4756e57224 SDL-1.2

This patch fixes a dllexport directive warning on Haiku Scott McCreary HaikuPorts
author Sam Lantinga <slouken@libsdl.org>
date Sun, 19 Sep 2010 08:56:53 -0700
parents 46fb637777ed
children 930614179450
files include/begin_code.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/begin_code.h	Sat Sep 18 17:16:36 2010 -0700
+++ b/include/begin_code.h	Sun Sep 19 08:56:53 2010 -0700
@@ -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