mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
Merge branch 'master' of github.com:wine-compholio/wine-staging
This commit is contained in:
commit
74e480d41e
@ -44,7 +44,7 @@ Included bug fixes and improvements
|
||||
* Ensure X11 input events are handled even without explicit message loop ([Wine Bug #8854](https://bugs.winehq.org/show_bug.cgi?id=8854))
|
||||
* Fix handling of subdirectory in FtpFindFirstFile ([Wine Bug #16526](https://bugs.winehq.org/show_bug.cgi?id=16526))
|
||||
* GetMonitorInfo returns the same name for all monitors ([Wine Bug #37709](https://bugs.winehq.org/show_bug.cgi?id=37709))
|
||||
* IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests
|
||||
* IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests ([Wine Bug #37767](https://bugs.winehq.org/show_bug.cgi?id=37767))
|
||||
* Implement ID3DXEffect::FindNextValidTechnique ([Wine Bug #34101](https://bugs.winehq.org/show_bug.cgi?id=34101))
|
||||
* Implement IDXGIOutput::GetDesc
|
||||
* Support for SLGetWindowsInformationDWORD ([Wine Bug #36709](https://bugs.winehq.org/show_bug.cgi?id=36709))
|
||||
|
@ -942,6 +942,9 @@ ntdll-DOS_Attributes.ok:
|
||||
|
||||
# Patchset ntdll-DVD_Read_Size
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#37767] IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/ntdll/cdrom.c
|
||||
# |
|
||||
|
@ -1 +1 @@
|
||||
Fixes: IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests
|
||||
Fixes: [37767] IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests
|
||||
|
Loading…
x
Reference in New Issue
Block a user