]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/nt-base.h
(no commit message)
[imagemagick] / MagickCore / nt-base.h
index ba63216769fb16c542dc3009bd4e3ccc475db53c..eac6b26771a117dadd57978c5c83982974c11928 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2012 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.
@@ -22,6 +22,7 @@
 extern "C" {
 #endif
 
+#include "MagickCore/exception.h"
 #include "MagickCore/geometry.h"
 
 #if defined(MAGICKCORE_WINDOWS_SUPPORT)
@@ -38,8 +39,6 @@ extern MagickExport int
   NTGhostscriptUnLoadDLL(void);
 
 extern MagickExport void
-  *CropImageToHBITMAP(Image *,const RectangleInfo *,ExceptionInfo *),
-  *ImageToHBITMAP(Image *),
   NTErrorHandler(const ExceptionType,const char *,const char *),
   NTWarningHandler(const ExceptionType,const char *,const char *);
 #endif