patchupdate.py: Generate #ifdef patches in alphabetical order.

(cherry picked from commit 0a5887e483)
This commit is contained in:
Sebastian Lackner 2016-01-06 21:38:47 +01:00
parent 33c9d17dee
commit 740b727a94
2 changed files with 5061 additions and 5061 deletions

File diff suppressed because it is too large Load Diff

View File

@ -479,7 +479,7 @@ def generate_ifdefined(all_patches, skip_checks=False):
fp.write("\n")
depends = resolve_dependencies(enabled_patches, i)
for f in patch.modified_files:
for f in sorted(patch.modified_files):
# Reconstruct the state after applying the dependencies
original = get_wine_file(f)