kernel32-GetNumaProcessorNode: Add reference to upstream bugreport.

This commit is contained in:
Sebastian Lackner 2015-05-31 21:42:25 +02:00
parent bb8f219272
commit e7ab8d7b04
3 changed files with 6 additions and 1 deletions

View File

@ -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))

View File

@ -0,0 +1 @@
Fixes: [38660] Add implementation for kernel32.GetNumaProcessorNode

View File

@ -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