diff options
Diffstat (limited to 'Src/replicant/nsapev2/windows/nsapev2.h')
-rw-r--r-- | Src/replicant/nsapev2/windows/nsapev2.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Src/replicant/nsapev2/windows/nsapev2.h b/Src/replicant/nsapev2/windows/nsapev2.h new file mode 100644 index 00000000..cdf0c17c --- /dev/null +++ b/Src/replicant/nsapev2/windows/nsapev2.h @@ -0,0 +1,20 @@ +#pragma once + +#include "foundation/export.h" + +#ifdef __cplusplus +extern "C" { +#endif +/* +#ifdef NSID3V2_EXPORTS +#define NSAPEV2_EXPORT __declspec(dllexport) +#else +#define NSAPEV2_EXPORT __declspec(dllimport) +#endif +*/ +#define NSAPEV2_EXPORT + + +#ifdef __cplusplus +} +#endif
\ No newline at end of file |