static.patch 409 B

1234567891011121314151617181920
  1. --- a/bzlib.h
  2. +++ b/bzlib.h
  3. @@ -83,15 +83,6 @@ typedef
  4. # endif
  5. -# ifdef BZ_EXPORT
  6. -# define BZ_API(func) WINAPI func
  7. -# define BZ_EXTERN extern
  8. -# else
  9. - /* import windows dll dynamically */
  10. -# define BZ_API(func) (WINAPI * func)
  11. -# define BZ_EXTERN
  12. -# endif
  13. -#else
  14. -# define BZ_API(func) func
  15. -# define BZ_EXTERN extern
  16. #endif
  17. +#define BZ_API(func) func
  18. +#define BZ_EXTERN extern