mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[WINDOWSCODECS]
- Fix some MSVC warnings svn path=/trunk/; revision=69591
This commit is contained in:
parent
3d24f6cb54
commit
8da82fb0ce
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue