]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/nt-base.h
(no commit message)
[imagemagick] / MagickCore / nt-base.h
index 08c111ff31784ba9e2353d56f310773d82d59835..521c6821341f8090a33901c457f344317b2d96b3 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.
@@ -25,9 +25,19 @@ extern "C" {
 #include "MagickCore/geometry.h"
 
 #if defined(MAGICKCORE_WINDOWS_SUPPORT)
+typedef struct _GhostInfo
+  GhostInfo_;
+
+extern MagickExport char
+  **NTArgvToUTF8(const int argc,wchar_t **);
+
+extern MagickExport const GhostInfo_
+  *NTGhostscriptDLLVectors(void);
+
+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