diff --git a/uppbox/Scripts/updateinfo.txt b/uppbox/Scripts/updateinfo.txt index b17bb4681..6ffb741cf 100644 --- a/uppbox/Scripts/updateinfo.txt +++ b/uppbox/Scripts/updateinfo.txt @@ -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...) diff --git a/uppsrc/plugin/tif/lib/tiff.h b/uppsrc/plugin/tif/lib/tiff.h index 980e8e8f5..70b0f1d48 100644 --- a/uppsrc/plugin/tif/lib/tiff.h +++ b/uppsrc/plugin/tif/lib/tiff.h @@ -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