From 688b019678ef084d8e64607348dc024e7ca3dddb Mon Sep 17 00:00:00 2001
From: Pau Garcia i Quiles <pgquiles-soco@arisnova.com>
Date: Sun, 4 Mar 2012 15:38:00 +0100
Subject: [PATCH] Fix issue #31 : hpdf_image_ccitt.c fails to build
---
src/hpdf_image_ccitt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hpdf_image_ccitt.c b/src/hpdf_image_ccitt.c
index 7ab055d..da86e83 100644
--- a/src/hpdf_image_ccitt.c
+++ b/src/hpdf_image_ccitt.c
@@ -750,7 +750,7 @@ HPDF_Image_Load1BitImageFromMem (HPDF_MMgr mmgr,
* TRUE if image is oriented TOP-BOTTOM;
* FALSE if image is oriented BOTTOM-TOP
*/
-HPDF_Image
+HPDF_EXPORT(HPDF_Image)
HPDF_Image_LoadRaw1BitImageFromMem (HPDF_Doc pdf,
const HPDF_BYTE *buf,
HPDF_UINT width,
--
2.21.1 (Apple Git-122.3)