Browse Source

Added GCC visibility macro to export declarations.

pull/232/head
triton 11 years ago
parent
commit
acbe8b44d2
  1. 2
      tests/Tests.h

2
tests/Tests.h

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
#if defined(_MSC_VER)
#define DLL_API __declspec(dllexport)
#else
#define DLL_API
#define DLL_API __attribute__ ((visibility ("default")))
#endif
#define CS_OUT
Loading…
Cancel
Save