[pkg-wine-party] [wine] 165/238: kernel32: Improve GetNumaHighestNodeNumber stub.

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Apr 5 04:21:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 77bd74fa2515e8babb6cda2653a12adad65191dc
Author: Austin English <austinenglish at gmail.com>
Date:   Tue Mar 18 10:47:09 2014 -0700

    kernel32: Improve GetNumaHighestNodeNumber stub.
---
 dlls/kernel32/process.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/kernel32/process.c b/dlls/kernel32/process.c
index 60156aa..3ff47e1 100644
--- a/dlls/kernel32/process.c
+++ b/dlls/kernel32/process.c
@@ -3911,9 +3911,9 @@ HRESULT WINAPI RegisterApplicationRecoveryCallback(APPLICATION_RECOVERY_CALLBACK
  */
 BOOL WINAPI GetNumaHighestNodeNumber(PULONG highestnode)
 {
-    FIXME("(%p): stub\n", highestnode);
-    SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-    return FALSE;
+    *highestnode = 0;
+    FIXME("(%p): semi-stub\n", highestnode);
+    return TRUE;
 }
 
 /**********************************************************************

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list