Skip to content

Commit

Permalink
Change defined WIN32
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamaika1 authored Dec 21, 2020
1 parent 98a4c5c commit 0c2b633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/openjp2/openjpeg.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Most compilers implement their own version of this keyword ...

#if defined(OPJ_STATIC) || !defined(_WIN32)
/* http://gcc.gnu.org/wiki/Visibility */
# if __GNUC__ >= 4
# if !defined(_WIN32) && __GNUC__ >= 4
# if defined(OPJ_STATIC) /* static library uses "hidden" */
# define OPJ_API __attribute__ ((visibility ("hidden")))
# else
Expand Down

0 comments on commit 0c2b633

Please sign in to comment.