]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected LINKAGEMODE OS/2 thingy
authorJulian Smart <julian@anthemion.co.uk>
Wed, 16 Feb 2000 09:59:53 +0000 (09:59 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 16 Feb 2000 09:59:53 +0000 (09:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/tiff/tif_codec.c

index 0230f040509b6aed1e7518ebe55b77b3b06a827d..de205c76c189997cc744031b19914e508847cc13 100644 (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;