From 8da82fb0ce62b133907e4a040b941774e7732716 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 18 Oct 2015 09:45:12 +0000 Subject: [PATCH] [WINDOWSCODECS] - Fix some MSVC warnings svn path=/trunk/; revision=69591 --- reactos/dll/win32/windowscodecs/typeof.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/windowscodecs/typeof.h b/reactos/dll/win32/windowscodecs/typeof.h index abed528cf1c..5bc66d4c937 100644 --- a/reactos/dll/win32/windowscodecs/typeof.h +++ b/reactos/dll/win32/windowscodecs/typeof.h @@ -78,7 +78,7 @@ typedef unsigned int (__cdecl typeof(png_get_iCCP))(struct png_struct_def *, str 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); -- 2.17.1