]> git.imager.perl.org - imager.git/blame - dynfilt/pluginst.h
he unpack code for ICO/CUR file handling could extend 32-bit unsigned values to 64...
[imager.git] / dynfilt / pluginst.h
CommitLineData
02d1d628
AMH
1#include "../plug.h"
2
8a00cb26 3#ifdef WIN32
02d1d628
AMH
4#define WIN32_EXPORT __declspec(dllexport)
5#else
6/* this may need to change for other Win32 compilers */
7#define WIN32_EXPORT
8#endif
9
10symbol_table_t *symbol_table;
11UTIL_table_t *util_table;
12
13void WIN32_EXPORT
14install_tables(symbol_table_t *s,UTIL_table_t *u) {
15 symbol_table=s;
16 util_table=u;
17}