External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
610B

  1. diff --git a/include/sratom/sratom.h b/include/sratom/sratom.h
  2. index 26966ee..61f2e20 100644
  3. --- a/include/sratom/sratom.h
  4. +++ b/include/sratom/sratom.h
  5. @@ -30,15 +30,7 @@
  6. #include <stdbool.h>
  7. #include <stdint.h>
  8. -#if defined(_WIN32) && !defined(SRATOM_STATIC) && defined(SRATOM_INTERNAL)
  9. -# define SRATOM_API __declspec(dllexport)
  10. -#elif defined(_WIN32) && !defined(SRATOM_STATIC)
  11. -# define SRATOM_API __declspec(dllimport)
  12. -#elif defined(__GNUC__)
  13. -# define SRATOM_API __attribute__((visibility("default")))
  14. -#else
  15. -# define SRATOM_API
  16. -#endif
  17. +#define SRATOM_API
  18. #ifdef __cplusplus
  19. extern "C" {