]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/nt-base.h
(no commit message)
[imagemagick] / MagickCore / nt-base.h
index b5dcd2dfdca04773ad7eb9c248ddec737bca6cf7..2a770b733eaee564e5a272bd7f8ab77e870b0a8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2013 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 *,ExceptionInfo *),
   NTErrorHandler(const ExceptionType,const char *,const char *),
   NTWarningHandler(const ExceptionType,const char *,const char *);
 #endif