]> granicus.if.org Git - imagemagick/blobdiff - MagickWand/convert.h
Added condition for the dot coder.
[imagemagick] / MagickWand / convert.h
index 7e5f21a7b7c05c383f58dea7fdebd30a884c2475..656302db9b1507990133a69aeaed06efe8b68205 100644 (file)
@@ -1,11 +1,11 @@
 /*
-  Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
   obtain a copy of the License at
   
-    http://www.imagemagick.org/script/license.php
+    https://imagemagick.org/script/license.php
   
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
@@ -15,8 +15,8 @@
 
   MagickWand convert command-line method.
 */
-#ifndef _MAGICKWAND_CONVERT_H
-#define _MAGICKWAND_CONVERT_H
+#ifndef MAGICKWAND_CONVERT_H
+#define MAGICKWAND_CONVERT_H
 
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {