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:
parent
fbbba98df4
commit
9e5c7daa4a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user