mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
ntdll-Hide_Wine_Exports: Add reference to upstream bug report.
This commit is contained in:
parent
0432712e4e
commit
a428549415
@ -44,7 +44,7 @@ Included bug fixes and improvements
|
||||
* Add shell32 placeholder icons to match offsets with Windows ([Wine Bug #30185](https://bugs.winehq.org/show_bug.cgi?id=30185))
|
||||
* Add stub for iphlpapi.ConvertInterfaceLuidToGuid ([Wine Bug #38576](https://bugs.winehq.org/show_bug.cgi?id=38576))
|
||||
* Add stubbed ISWbemSecurity interfaces in wbemdisp
|
||||
* Add support for hiding wine version information from applications (needed for example by Warspear Online)
|
||||
* Add support for hiding wine version information from applications ([Wine Bug #38656](https://bugs.winehq.org/show_bug.cgi?id=38656))
|
||||
* Allow to enable/disable InsertMode in wineconsole settings ([Wine Bug #36704](https://bugs.winehq.org/show_bug.cgi?id=36704))
|
||||
* Also handle '\r' as whitespace in wbemprox queries
|
||||
* Also output winedbg system information to the terminal, not only to dialog
|
||||
|
@ -1 +1 @@
|
||||
Fixes: Add support for hiding wine version information from applications (needed for example by Warspear Online)
|
||||
Fixes: [38656] Add support for hiding wine version information from applications
|
||||
|
@ -3605,6 +3605,9 @@ fi
|
||||
|
||||
# Patchset ntdll-Hide_Wine_Exports
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#38656] Add support for hiding wine version information from applications
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h
|
||||
# |
|
||||
|
Loading…
Reference in New Issue
Block a user