[LIBTIFF]
[reactos.git] / reactos / dll / 3rdparty / libtiff / rosdiff.patch
index f3e5f3d..f24bc8e 100644 (file)
@@ -7,7 +7,7 @@ Index: tif_open.c
  {
        thandle_t m = tif->tif_clientdata;
 +#ifdef USE_WIN32_FILEIO
-+      newvalue = (thandle_t) _get_osfhandle(newvalue);
++      newvalue = (thandle_t)_get_osfhandle((int)newvalue);
 +#endif /* USE_WIN32_FILEIO */
        tif->tif_clientdata = newvalue;
        return m;