]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/blob-private.h
(no commit message)
[imagemagick] / MagickCore / blob-private.h
index fcddbc1a44b2c55fbbd099b2d59aaae6224eb89f..12b12ff3f8c149b962ec7b0552556e2b5b989b2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2012 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_BLOB_PRIVATE_H
 #define _MAGICKCORE_BLOB_PRIVATE_H
 
+#include "MagickCore/nt-feature.h"
+#include "MagickCore/nt-base-private.h"
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
-#include "MagickCore/nt-base-private.h"
-
 #define MagickMinBlobExtent  32767L
 #if defined(MAGICKCORE_HAVE_FSEEKO)
 # define fseek  fseeko
@@ -33,8 +34,8 @@ extern "C" {
 typedef enum
 {
   UndefinedStream,
-  FileStream,
   StandardStream,
+  FileStream,
   PipeStream,
   ZipStream,
   BZipStream,