X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/156699af0d2ede8cdf1a8c4bd7b4867a6e3118dd..d0ffc81aea670f5d198cd66c837e04f974d614e1:/dynaload.c diff --git a/dynaload.c b/dynaload.c index 8a12de25..8838038a 100644 --- a/dynaload.c +++ b/dynaload.c @@ -11,7 +11,7 @@ typedef HMODULE minthandle_t; typedef void *minthandle_t; #endif -#include "ext.h" +#include "plug.h" struct DSO_handle_tag { minthandle_t handle; @@ -24,19 +24,14 @@ struct DSO_handle_tag { /* #include "XSUB.h" so we can compile on threaded perls */ #include "imageri.h" -static im_context_t -do_get_context(void) { - return im_get_context(); -} - static symbol_table_t symbol_table= { i_has_format, ICL_set_internal, ICL_info, - do_get_context, + i_img_new, i_img_empty, - im_img_empty_ch, + i_img_empty_ch, i_img_exorcise, i_img_info, i_img_setmask,