summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/libflac/include/flac++/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libflac/include/flac++/export.h')
-rw-r--r--src/lib/libflac/include/flac++/export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libflac/include/flac++/export.h b/src/lib/libflac/include/flac++/export.h
index d2deb7b9ef4..34a04d6b678 100644
--- a/src/lib/libflac/include/flac++/export.h
+++ b/src/lib/libflac/include/flac++/export.h
@@ -61,9 +61,9 @@
#else
#ifdef FLACPP_API_EXPORTS
-#define FLACPP_API _declspec(dllexport)
+#define FLACPP_API _declspec(dllexport)
#else
-#define FLACPP_API _declspec(dllimport)
+#define FLACPP_API _declspec(dllimport)
#endif
#endif