summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/files/extrapatch-dlls-ntdll-unix-registry.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to Wine 5.14. This includes the following changes:Gerald Pfeifer2020-08-031-42/+0
| | | | | | | | | | | | | - More restructuration of the console support. - Initial version of the Webdings font. - Beginnings of PE conversion of the MSVCRT libraries. - Various bug fixes. My patch files/extrapatch-dlls-ntdll-unix-registry.c is now upstream, so remove it here. Notes: svn path=/head/; revision=544025
* Reapply revision 542851 that broke the index via an interaction withGerald Pfeifer2020-07-301-0/+42
| | | | | | | | | | | | | | | | | | emulators/i386-wine-devel and was reverted, now with a tweak to avoid that breakage: The Wine Staging patchset for Wine 5.13 is now available and fixed (compared to the previous one). It also addresses the build issue for Wine 5.13 that I fixed via files/patch-dlls-ntdll-unix-registry.c, so we need to make that patch only apply when the Wine Staging patchset is not used. PR: 248118 [1] Submitted by: vvd@unislabs.com Notes: svn path=/head/; revision=543788
* Revert r542851 and unbreak INDEXAntoine Brodin2020-07-221-42/+0
| | | | Notes: svn path=/head/; revision=542857
* The Wine Staging patchset for Wine 5.13 is now available and fixedGerald Pfeifer2020-07-221-0/+42
(compared to the previous one). It also addresses the build issue for Wine 5.13 that I fixed via files/patch-dlls-ntdll-unix-registry.c, so we need to make that patch only apply when the Wine Staging patchset is not used. PR: 248118 Submitted by: vvd@unislabs.com Notes: svn path=/head/; revision=542851