This patch fixes a dllexport directive warning on Haiku
Scott McCreary HaikuPorts --HG-- branch : SDL-1.2
This commit is contained in:
parent
48c665b227
commit
b2f25a1a3d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
#ifndef DECLSPEC
|
#ifndef DECLSPEC
|
||||||
# if defined(__BEOS__) || defined(__HAIKU__)
|
# if defined(__BEOS__) || defined(__HAIKU__)
|
||||||
# if defined(__GNUC__)
|
# if defined(__GNUC__)
|
||||||
# define DECLSPEC __declspec(dllexport)
|
# define DECLSPEC
|
||||||
# else
|
# else
|
||||||
# define DECLSPEC __declspec(export)
|
# define DECLSPEC __declspec(export)
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue