Module: wine Branch: master Commit: 004fdc7a9769c33b86c8f7ff92ffdb668c77f705 URL: http://source.winehq.org/git/wine.git/?a=commit;h=004fdc7a9769c33b86c8f7ff92...
Author: Eric Pouech eric.pouech@orange.fr Date: Tue Sep 15 21:38:23 2009 +0200
ntdll: Moved CPU related registry key creation from kernel32 to ntdll.
---
dlls/kernel32/cpu.c | 147 ---------------------------------------- dlls/kernel32/kernel_main.c | 5 -- dlls/ntdll/nt.c | 157 +++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/thread.c | 3 +- 4 files changed, 159 insertions(+), 153 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=004fdc7a9769c33b86c8f7...