]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/mac.h
(no commit message)
[imagemagick] / MagickCore / mac.h
index daab37146fff28246fd575bf857b7d4382cc1645..854d0127e4e12057f22e0bda83639aa71a66f8a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2014 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.
 #ifndef _MAGICKCORE_MAC_H
 #define _MAGICKCORE_MAC_H
 
-#if defined(__cplusplus) || defined(c_plusplus)
-extern "C" {
-#endif
-
 #include <locale.h>
 #include <Errors.h>
 #include <Files.h>
 #include <errno.h>
 
+#if defined(__cplusplus) || defined(c_plusplus)
+extern "C" {
+#endif
+
 #if defined(_MAGICKCORE_POSIX_SUPPORT_VERSION)
 # include <dirent.h>
 # if !defined(DISABLE_SIOUX)
@@ -100,7 +100,7 @@ extern MagickExport struct dirent
   *readdir(DIR *);
 
 extern MagickExport void
-  seekdir(DIR *,long
+  seekdir(DIR *,long),
   closedir(DIR *);
 #endif