[libdvdcss-devel] msvc: Define LIBDVDCSS_EXPORTS for proper declspec declaration at build
Diego Biurrun
git at videolan.org
Wed Nov 5 13:05:24 CET 2014
libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Oct 20 11:59:09 2014 +0200| [4fb069e3ae35d03e2dc86fc9440abad24535429b] | committer: Jean-Baptiste Kempf
msvc: Define LIBDVDCSS_EXPORTS for proper declspec declaration at build
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=4fb069e3ae35d03e2dc86fc9440abad24535429b
---
msvc/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/msvc/config.h b/msvc/config.h
index 8c234f7..dc7fb62 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -42,4 +42,4 @@
/* #undef size_t */
#define HAVE_BROKEN_MKDIR 1
#define _CRT_SECURE_NO_WARNINGS 1
-
+#define LIBDVDCSS_EXPORTS 1
More information about the libdvdcss-devel
mailing list