Skip to content

Commit

Permalink
This patch fixes a dllexport directive warning on Haiku
Browse files Browse the repository at this point in the history
Scott McCreary
HaikuPorts
  • Loading branch information
slouken committed Sep 19, 2010
1 parent 7a285b3 commit 320f706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/begin_code.h
Expand Up @@ -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
Expand Down

0 comments on commit 320f706

Please sign in to comment.