Date: Fri, 6 Mar 2009 12:41:17 -0800

From: scott mc
Subject: Re: [SDL] patch for building on haiku

Ok. I've combined the various Haiku patches for the SDL-1.2 branch
into one .diff file

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403560
This commit is contained in:
Sam Lantinga 2009-03-17 03:58:53 +00:00
parent c413a1c589
commit 910c3af8d3
8 changed files with 33 additions and 11 deletions

View file

@ -33,7 +33,7 @@
/* Some compilers use a special export keyword */
#ifndef DECLSPEC
# if defined(__BEOS__)
# if defined(__BEOS__) || defined(__HAIKU__)
# if defined(__GNUC__)
# define DECLSPEC __declspec(dllexport)
# else