Initial Commit
This commit is contained in:
11
database/perl/vendor/lib/Imager/include/imextdef.h
vendored
Normal file
11
database/perl/vendor/lib/Imager/include/imextdef.h
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef IMAGER_IMEXTDEF_H
|
||||
#define IMAGER_IMEXTDEF_H
|
||||
|
||||
#include "imexttypes.h"
|
||||
|
||||
extern im_ext_funcs imager_function_table;
|
||||
|
||||
#define PERL_SET_GLOBAL_CALLBACKS \
|
||||
sv_setiv(get_sv(PERL_FUNCTION_TABLE_NAME, 1), PTR2IV(&imager_function_table));
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user