[libdvdnav-devel] [Git][videolan/libdvdread][master] Add symbol visibility attributes for OS/2
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Dec 22 07:13:11 UTC 2025
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread
Commits:
935042af by KO Myung-Hun at 2025-12-22T14:09:10+09:00
Add symbol visibility attributes for OS/2
- - - - -
1 changed file:
- src/dvdread/attributes.h
Changes:
=====================================
src/dvdread/attributes.h
=====================================
@@ -21,7 +21,7 @@
#define LIBDVDREAD_ATTRIBUTES_H
#ifdef DVDREAD_API_EXPORT
-# if defined(_WIN32)
+# if defined(_WIN32) || defined(__OS2__)
# define DVDREAD_API __declspec(dllexport)
# elif defined(__GNUC__) && __GNUC__ >= 4
# define DVDREAD_API __attribute__((visibility("default")))
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/935042af3e7b28f636895a2917307ac6f5931e6c
--
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/935042af3e7b28f636895a2917307ac6f5931e6c
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the libdvdnav-devel
mailing list