Corrected LINKAGEMODE OS/2 thingy

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2000-02-16 09:59:53 +00:00
parent fbbba98df4
commit 9e5c7daa4a

View File

@ -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;