[WINDOWSCODECS]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 18 Oct 2015 09:45:12 +0000 (09:45 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 18 Oct 2015 09:45:12 +0000 (09:45 +0000)
- Fix some MSVC warnings

svn path=/trunk/; revision=69591

reactos/dll/win32/windowscodecs/typeof.h

index abed528..5bc66d4 100644 (file)
@@ -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);