This patch fixes a dllexport directive warning on Haiku

Scott McCreary
HaikuPorts

--HG--
branch : SDL-1.2
This commit is contained in:
Sam Lantinga 2010-09-19 08:56:53 -07:00
parent 48c665b227
commit b2f25a1a3d

View file

@ -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