Archived
1
0
This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
winamp/Src/replicant/nsapev2/windows/nsapev2.h
2024-09-24 14:54:57 +02:00

20 lines
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