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.

20 lines
420B

  1. --- suil-static-0.10.22.orig/include/suil/suil.h
  2. +++ suil-static-0.10.22/include/suil/suil.h
  3. @@ -21,15 +21,7 @@
  4. #endif
  5. // SUIL_API exposes symbols in the public API
  6. -#ifndef SUIL_API
  7. -# ifdef SUIL_STATIC
  8. -# define SUIL_API
  9. -# elif defined(SUIL_INTERNAL)
  10. -# define SUIL_API SUIL_LIB_EXPORT
  11. -# else
  12. -# define SUIL_API SUIL_LIB_IMPORT
  13. -# endif
  14. -#endif
  15. +#define SUIL_API
  16. #ifdef __cplusplus
  17. extern "C" {