Author: tfaber Date: Sun Oct 18 09:45:12 2015 New Revision: 69591
URL: http://svn.reactos.org/svn/reactos?rev=69591&view=rev Log: [WINDOWSCODECS] - Fix some MSVC warnings
Modified: trunk/reactos/dll/win32/windowscodecs/typeof.h
Modified: trunk/reactos/dll/win32/windowscodecs/typeof.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/windowscodecs/typ... ============================================================================== --- trunk/reactos/dll/win32/windowscodecs/typeof.h [iso-8859-1] (original) +++ trunk/reactos/dll/win32/windowscodecs/typeof.h [iso-8859-1] Sun Oct 18 09:45:12 2015 @@ -78,7 +78,7 @@ typedef void (__cdecl typeof(png_set_crc_action))(struct png_struct_def *, int, int);
typedef void *thandle_t_1; -typedef int (*TIFFReadWriteProc_1)(thandle_t_1, void *, int); +typedef int (*TIFFReadWriteProc_1)(thandle_t_1, void *, long); typedef unsigned int (*TIFFSeekProc_1)(void *, unsigned int, int); typedef int (*TIFFCloseProc_1)(thandle_t_1); typedef unsigned int (*TIFFSizeProc_1)(thandle_t_1);