aboutsummaryrefslogtreecommitdiff
path: root/Src/replicant/nsapev2/windows
diff options
context:
space:
mode:
Diffstat (limited to 'Src/replicant/nsapev2/windows')
-rw-r--r--Src/replicant/nsapev2/windows/nsapev2.cpp1
-rw-r--r--Src/replicant/nsapev2/windows/nsapev2.h20
2 files changed, 21 insertions, 0 deletions
diff --git a/Src/replicant/nsapev2/windows/nsapev2.cpp b/Src/replicant/nsapev2/windows/nsapev2.cpp
new file mode 100644
index 00000000..b8d4ee0c
--- /dev/null
+++ b/Src/replicant/nsapev2/windows/nsapev2.cpp
@@ -0,0 +1 @@
+#include "nsapev2/nsapev2.h"
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