Cristy
2017-01-18 17:31:33 -05:00
parent 5e80b47b6b
commit cc6b77bc12
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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)) || \
+3
View File
@@ -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)) || \