ext/RMagick/rmstruct.c in rmagick-2.13.3 vs ext/RMagick/rmstruct.c in rmagick-2.13.4
- old
+ new
@@ -345,10 +345,10 @@
char buff[1024];
Export_ColorInfo(&ci, self);
sprintf(buff, "name=%s, compliance=%s, "
-#if (QuantumDepth == 32 || QuantumDepth == 64) && defined(HAVE_TYPE_LONG_DOUBLE)
+#if (MAGICKCORE_QUANTUM_DEPTH == 32 || MAGICKCORE_QUANTUM_DEPTH == 64) && defined(HAVE_TYPE_LONG_DOUBLE)
"color.red=%Lg, color.green=%Lg, color.blue=%Lg, color.opacity=%Lg ",
#else
"color.red=%g, color.green=%g, color.blue=%g, color.opacity=%g ",
#endif
ci.name,