#endif
extern MagickPrivate char
- *NTGetLastError(void),
- **NTArgvToUTF8(const int argc,wchar_t **);
-
-extern MagickPrivate const GhostInfo
- *NTGhostscriptDLLVectors(void);
+ *NTGetLastError(void);
#if !defined(MAGICKCORE_LTDL_DELEGATE)
extern MagickPrivate const char
NTGhostscriptEXE(char *,int),
NTGhostscriptFonts(char *,int),
NTGhostscriptLoadDLL(void),
- NTGhostscriptUnLoadDLL(void),
NTInitializeLibrary(void),
NTSetSearchPath(const char *),
NTSyncMemory(void *,size_t,int),
% o argv: the wide-character command line arguments.
%
*/
-MagickPrivate char **NTArgvToUTF8(const int argc,wchar_t **argv)
+MagickExport char **NTArgvToUTF8(const int argc,wchar_t **argv)
{
char
**utf8;
% const GhostInfo *NTGhostscriptDLLVectors(void)
%
*/
-MagickPrivate const GhostInfo *NTGhostscriptDLLVectors(void)
+MagickExport const GhostInfo *NTGhostscriptDLLVectors(void)
{
if (NTGhostscriptLoadDLL() == FALSE)
return((GhostInfo *) NULL);
% int NTGhostscriptUnLoadDLL(void)
%
*/
-MagickPrivate int NTGhostscriptUnLoadDLL(void)
+MagickExport int NTGhostscriptUnLoadDLL(void)
{
int
status;
#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 *),