aboutsummaryrefslogtreecommitdiff
path: root/Src/replicant/nsapev2/windows/nsapev2.h
blob: cdf0c17c8af5ab86c0b4f7e45cd219d9283d1f8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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