Skip to content

Commit 3227e4e

Browse files
committed
Silence warning.
1 parent 07d2168 commit 3227e4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

magick/method-attribute.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ extern "C" {
2424

2525
#if defined(_DLL)
2626
# define _MAGICKDLL_
27-
# define _MAGICKLIB_
27+
# if !defined(_MAGICKLIB_)
28+
# define _MAGICKLIB_
29+
# endif
2830
# define MAGICKCORE_MODULES_SUPPORT
2931
# undef MAGICKCORE_BUILD_MODULES
3032
#endif

0 commit comments

Comments
 (0)