~hp/nk_pugl

f96544ba7e8e63f97c2419dadcb4101272f5ec91 — Hanspeter Portner 3 years ago 1344542
Squashed 'pugl/' changes from 7fc8d9e4..9a38c762

9a38c762 Allow building static on GNU, too

git-subtree-dir: pugl
git-subtree-split: 9a38c7629614c8f2a29991e02a6d241c430e83b0
1 files changed, 1 insertions(+), 1 deletions(-)

M include/pugl/pugl.h
M include/pugl/pugl.h => include/pugl/pugl.h +1 -1
@@ 25,7 25,7 @@
#  define PUGL_API __declspec(dllexport)
#elif defined(_WIN32) && !defined(PUGL_STATIC)
#  define PUGL_API __declspec(dllimport)
#elif defined(__GNUC__)
#elif defined(__GNUC__) && !defined(PUGL_STATIC)
#  define PUGL_API __attribute__((visibility("default")))
#else
#  define PUGL_API