summaryrefslogtreecommitdiffstats
path: root/kernel/ksquirrel-libs-png/pngconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ksquirrel-libs-png/pngconf.h')
-rw-r--r--kernel/ksquirrel-libs-png/pngconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/ksquirrel-libs-png/pngconf.h b/kernel/ksquirrel-libs-png/pngconf.h
index cfd61bf..b766375 100644
--- a/kernel/ksquirrel-libs-png/pngconf.h
+++ b/kernel/ksquirrel-libs-png/pngconf.h
@@ -17,6 +17,8 @@
#ifndef PNGCONF_H
#define PNGCONF_H
+#include "ksquirrel-libs/ksquirrel_libs_export.h"
+
#define PNG_1_2_X
/*
@@ -1378,7 +1380,7 @@ typedef z_stream FAR * png_zstreamp;
#endif
#ifndef PNG_EXPORT
-# define PNG_EXPORT(type,symbol) PNG_IMPEXP type PNGAPI symbol
+# define PNG_EXPORT(type,symbol) LIBKSQUIRREL_EXPORT PNG_IMPEXP type PNGAPI symbol
#endif
#ifdef PNG_USE_GLOBAL_ARRAYS