Skip to content

Commit

Permalink
Testing another approach
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Aug 28, 2024
1 parent e204587 commit 5e7d06d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/map/src/mapsys.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@
# define DLL_PUBLIC
# endif
#else
# if __GNUC__ >= 4
# define DLL_PUBLIC __attribute__ ((visibility ("default")))
# ifdef BUILD_SHARED_LIC_LIBS
# if __GNUC__ >= 4
# define DLL_PUBLIC __attribute__ ((visibility ("default")))
# else
# define DLL_PUBLIC
# endif
# else
# define DLL_PUBLIC
# endif
Expand Down

0 comments on commit 5e7d06d

Please sign in to comment.