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:
@@ -31,7 +31,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "tiffiop.h"
|
#include "tiffiop.h"
|
||||||
|
|
||||||
static int _Optlink NotConfigured(TIFF*, int);
|
static int LINKAGEMODE NotConfigured(TIFF*, int);
|
||||||
|
|
||||||
#ifndef LZW_SUPPORT
|
#ifndef LZW_SUPPORT
|
||||||
#define TIFFInitLZW NotConfigured
|
#define TIFFInitLZW NotConfigured
|
||||||
@@ -107,7 +107,7 @@ _notConfigured(TIFF* tif)
|
|||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _Optlink
|
static int LINKAGEMODE
|
||||||
NotConfigured(TIFF* tif, int scheme)
|
NotConfigured(TIFF* tif, int scheme)
|
||||||
{
|
{
|
||||||
tif->tif_setupdecode = _notConfigured;
|
tif->tif_setupdecode = _notConfigured;
|
||||||
|
Reference in New Issue
Block a user