From 6d189e5ccb14107dad7ac48c8c25c2a483624c6f Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 29 Sep 2018 19:36:01 -0400 Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/issues/1331 --- MagickWand/MagickWand.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/MagickWand/MagickWand.h b/MagickWand/MagickWand.h index fc8420088..701daded2 100644 --- a/MagickWand/MagickWand.h +++ b/MagickWand/MagickWand.h @@ -47,9 +47,6 @@ extern "C" { # undef inline # endif #endif -#if __cplusplus > 199711L -#define register -#endif #define MAGICKWAND_CHECK_VERSION(major,minor,micro) \ ((MAGICKWAND_MAJOR_VERSION > (major)) || \ -- 2.40.0