[libdvdnav-devel] [Git][videolan/libdvdnav][master] Add symbol visibility attributes on OS/2
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Dec 22 07:13:24 UTC 2025
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdnav
Commits:
cf112772 by KO Myung-Hun at 2025-12-20T02:01:40+09:00
Add symbol visibility attributes on OS/2
- - - - -
1 changed file:
- src/dvdnav/dvdnav.h
Changes:
=====================================
src/dvdnav/dvdnav.h
=====================================
@@ -31,7 +31,7 @@ extern "C" {
#endif
#ifdef DVDNAV_API_EXPORT
-# if defined(_WIN32)
+# if defined(_WIN32) || defined(__OS2__)
# define DVDNAV_API __declspec(dllexport)
# elif defined(__GNUC__) && __GNUC__ >= 4
# define DVDNAV_API __attribute__((visibility("default")))
View it on GitLab: https://code.videolan.org/videolan/libdvdnav/-/commit/cf112772bf626f76a913efca5b883a381e4c123a
--
View it on GitLab: https://code.videolan.org/videolan/libdvdnav/-/commit/cf112772bf626f76a913efca5b883a381e4c123a
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