-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the build when XDelta is enabled on certain platforms (#15968)
* Rename the `MIN_MATCH` defined by xdelta3 to `XD3_MIN_MATCH` - zlib defines its own macro by that name, but with a different value * Don't redefine `SIZEOF_ARRAY` in xdelta3 if it already exists * Don't define ssize_t in xdelta3, rely on libretro's definition instead * Enable xdelta3 support in MSVC 2015-2019 * Fix some invalid MSBuild condition syntax * Always build xdelta with XD3_USE_LARGESIZET as 1 * Fix an `#if` in task_patch.c * Enable `HAVE_XDELTA` in the UWP build * First crack at fixing Xdelta support for Android
- Loading branch information
Showing
8 changed files
with
2,452 additions
and
2,457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.