ref: 764ed0bfb76fb3b15c9c1f677e85d74df3a025d4
parent: 3eba7fe22d2e66265ecb59ddca00760b0630ee38
author: Diego Biurrun <diego@biurrun.de>
date: Mon Oct 20 07:59:08 EDT 2014
doxygen: Document LIBDVDCSS_EXPORT definition in dvdcss.h
--- a/src/dvdcss/dvdcss.h
+++ b/src/dvdcss/dvdcss.h
@@ -55,6 +55,9 @@
#define DVDCSS_SEEK_KEY (1 << 1)
+/** Macro for setting symbol storage-class or visibility.
+ * Define LIBDVDCSS_IMPORTS before importing this header to get the
+ * correct DLL storage-class when using \e libdvdcss from MSVC. */
#if defined(LIBDVDCSS_EXPORTS)
#define LIBDVDCSS_EXPORT __declspec(dllexport) extern
#elif defined(LIBDVDCSS_IMPORTS)