# HG changeset patch # User Sam Lantinga # Date 1284911813 25200 # Node ID 0d4756e57224ac45d2e1636b3121f7f3dc5ee97e # Parent 46fb637777edd465546add2a41f661b97fad3d74 This patch fixes a dllexport directive warning on Haiku Scott McCreary HaikuPorts diff -r 46fb637777ed -r 0d4756e57224 include/begin_code.h --- 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