From 9e5c7daa4ac39c047eee7f7a18b1489f36c7ceef Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 16 Feb 2000 09:59:53 +0000 Subject: [PATCH] Corrected LINKAGEMODE OS/2 thingy git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/tiff/tif_codec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tiff/tif_codec.c b/src/tiff/tif_codec.c index 0230f04050..de205c76c1 100644 --- a/src/tiff/tif_codec.c +++ b/src/tiff/tif_codec.c @@ -31,7 +31,7 @@ */ #include "tiffiop.h" -static int _Optlink NotConfigured(TIFF*, int); +static int LINKAGEMODE NotConfigured(TIFF*, int); #ifndef LZW_SUPPORT #define TIFFInitLZW NotConfigured @@ -107,7 +107,7 @@ _notConfigured(TIFF* tif) return (0); } -static int _Optlink +static int LINKAGEMODE NotConfigured(TIFF* tif, int scheme) { tif->tif_setupdecode = _notConfigured; -- 2.45.2