mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
plugin/tiff: fixed compilation problems
This commit is contained in:
parent
5aa2c073c3
commit
6335b6059f
2 changed files with 7 additions and 3 deletions
|
|
@ -408,6 +408,7 @@ take docs, include and lib from VC variant
|
|||
copy to lib/x64 x32 libSDL2.dll.a and libSDL2main.a from corresponding mingw directories
|
||||
|
||||
2024-06-27: 2.30.4
|
||||
2026-02-03: 2.32.10
|
||||
|
||||
------------------------------------------------------------------
|
||||
PostgresSQL
|
||||
|
|
@ -435,8 +436,6 @@ plugin/glew
|
|||
|
||||
------------------------------------------------------------------
|
||||
plugin/FT_fontsys
|
||||
|
||||
lz4plugin/astyle
|
||||
plugin/box2d
|
||||
plugin/ndisasm
|
||||
|
||||
|
|
@ -444,6 +443,8 @@ plugin/ndisasm
|
|||
====================================================================
|
||||
DEPRECATED (NOT USED ANYMORE)
|
||||
|
||||
plugin/astyle
|
||||
|
||||
------------------------------------------------------------------
|
||||
mingw64 (not anymore...)
|
||||
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@
|
|||
#define TIFF_MSC_DEPRECATED
|
||||
#endif
|
||||
|
||||
/*
|
||||
#ifndef TIFF_DISABLE_DEPRECATED
|
||||
typedef TIFF_MSC_DEPRECATED int8_t int8 TIFF_GCC_DEPRECATED;
|
||||
typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED;
|
||||
|
|
@ -87,7 +88,9 @@ typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
|
|||
|
||||
typedef TIFF_MSC_DEPRECATED int64_t int64 TIFF_GCC_DEPRECATED;
|
||||
typedef TIFF_MSC_DEPRECATED uint64_t uint64 TIFF_GCC_DEPRECATED;
|
||||
#endif /* TIFF_DISABLE_DEPRECATED */
|
||||
#endif
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* Some types as promoted in a variable argument list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue