1
0

nsapev2.h 269 B

1234567891011121314151617181920
  1. #pragma once
  2. #include "foundation/export.h"
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. /*
  7. #ifdef NSID3V2_EXPORTS
  8. #define NSAPEV2_EXPORT __declspec(dllexport)
  9. #else
  10. #define NSAPEV2_EXPORT __declspec(dllimport)
  11. #endif
  12. */
  13. #define NSAPEV2_EXPORT
  14. #ifdef __cplusplus
  15. }
  16. #endif