]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <mikayla-grace@urban-warrior.org>
Sun, 20 Jan 2019 18:34:38 +0000 (13:34 -0500)
committerCristy <mikayla-grace@urban-warrior.org>
Sun, 20 Jan 2019 18:34:38 +0000 (13:34 -0500)
MagickCore/nt-base.h

index e44803f631bfd68d66243c5506e62cca121a2340..917c0fe11fb9358d52887e3bce2c832543efb188 100644 (file)
@@ -260,6 +260,12 @@ extern "C" {
 #if !defined(tempnam)
 #  define tempnam  _tempnam_s
 #endif
+#if !defined(tolower_l)
+#define tolower_l  _tolower_l
+#endif
+#if !defined(toupper_l)
+#define toupper_l  _toupper_l
+#endif
 #if !defined(umask)
 #  define umask  _umask
 #endif