summaryrefslogtreecommitdiffstats
path: root/kernel/ksquirrel-libs-png/pngconf.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-05-27 18:38:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-21 19:58:56 +0900
commitaf121719c99a99fc3444d181777a6177f0d59dba (patch)
tree786cf8548c92daf560733278701d95d3079b1d2f /kernel/ksquirrel-libs-png/pngconf.h
parent5b8d2d73599f1a06c2106ef71b9774dada86e076 (diff)
downloadlibksquirrel-af121719c99a99fc3444d181777a6177f0d59dba.tar.gz
libksquirrel-af121719c99a99fc3444d181777a6177f0d59dba.zip
Conversion to cmake building system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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