Added patch to fix implementation of K32GetPerformanceInfo.

This commit is contained in:
Sebastian Lackner
2014-11-13 23:15:15 +01:00
parent 917b9ce280
commit c501f9328f
6 changed files with 311 additions and 3 deletions

View File

@@ -13,8 +13,7 @@ diff --git a/dlls/kernel32/cpu.c b/dlls/kernel32/cpu.c
index 0ebf8f3..c389898 100644
--- a/dlls/kernel32/cpu.c
+++ b/dlls/kernel32/cpu.c
@@ -229,3 +229,31 @@ BOOL WINAPI K32GetPerformanceInfo(PPERFORMANCE_INFORMATION info, DWORD size)
}
@@ -230,2 +230,30 @@ BOOL WINAPI K32GetPerformanceInfo(PPERFORMANCE_INFORMATION info, DWORD size)
return TRUE;
}
+