Go to the documentation of this file.
18 #ifndef _MAGICKCORE_DELEGATE_PRIVATE_H
19 #define _MAGICKCORE_DELEGATE_PRIVATE_H
21 #if defined(__cplusplus) || defined(c_plusplus)
25 #if defined(MAGICKCORE_GS_DELEGATE)
26 #include "ghostscript/iapi.h"
27 #include "ghostscript/ierrors.h"
30 #ifndef gs_main_instance_DEFINED
31 # define gs_main_instance_DEFINED
32 typedef struct gs_main_instance_s
36 #if !defined(MagickDLLCall)
37 # if defined(MAGICKCORE_WINDOWS_SUPPORT)
38 # define MagickDLLCall __stdcall
40 # define MagickDLLCall
62 #if defined(__cplusplus) || defined(c_plusplus)