mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-06-12 15:37:14 +02:00
This commit is contained in:
@@ -47,6 +47,9 @@ extern "C" {
|
||||
# undef inline
|
||||
# endif
|
||||
#endif
|
||||
#if __cplusplus > 199711L
|
||||
#define register
|
||||
#endif
|
||||
|
||||
#define MAGICKCORE_CHECK_VERSION(major,minor,micro) \
|
||||
((MAGICKCORE_MAJOR_VERSION > (major)) || \
|
||||
|
||||
@@ -47,6 +47,9 @@ extern "C" {
|
||||
# undef inline
|
||||
# endif
|
||||
#endif
|
||||
#if __cplusplus > 199711L
|
||||
#define register
|
||||
#endif
|
||||
|
||||
#define MAGICKWAND_CHECK_VERSION(major,minor,micro) \
|
||||
((MAGICKWAND_MAJOR_VERSION > (major)) || \
|
||||
|
||||
Reference in New Issue
Block a user