mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 11:31:55 -05:00
20 lines
No EOL
269 B
C
20 lines
No EOL
269 B
C
#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 |