mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
kernel32-GetNumaProcessorNode: Add reference to upstream bugreport.
This commit is contained in:
parent
bb8f219272
commit
e7ab8d7b04
@ -39,8 +39,9 @@ Wine. All those differences are also documented on the
|
||||
Included bug fixes and improvements
|
||||
-----------------------------------
|
||||
|
||||
**Bug fixes and features included in the next upcoming release [1]:**
|
||||
**Bug fixes and features included in the next upcoming release [2]:**
|
||||
|
||||
* Add implementation for kernel32.GetNumaProcessorNode ([Wine Bug #38660](https://bugs.winehq.org/show_bug.cgi?id=38660))
|
||||
* Multiple applications needs better NtQueryInformationJobObject stub ([Wine Bug #38658](https://bugs.winehq.org/show_bug.cgi?id=38658))
|
||||
|
||||
|
||||
|
1
patches/kernel32-GetNumaProcessorNode/definition
Normal file
1
patches/kernel32-GetNumaProcessorNode/definition
Normal file
@ -0,0 +1 @@
|
||||
Fixes: [38660] Add implementation for kernel32.GetNumaProcessorNode
|
@ -3080,6 +3080,9 @@ fi
|
||||
|
||||
# Patchset kernel32-GetNumaProcessorNode
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#38660] Add implementation for kernel32.GetNumaProcessorNode
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/kernel32/cpu.c, dlls/kernel32/kernel32.spec, dlls/kernel32/tests/Makefile.in, dlls/kernel32/tests/cpu.c,
|
||||
# | include/winbase.h
|
||||
|
Loading…
Reference in New Issue
Block a user