Bring the sysinfo plugin to the 21st century.

- Support multiple CPUs and graphics adapters in the WMI responses.
- Query max CPU frequency from WMI instead of registry.
- Support uptimes longer than 50 days.
- Don't report using /ME in notice and server notice tabs.
- Convert to C
This commit is contained in:
Arnavion
2015-01-03 15:26:05 -08:00
parent 16d1fccf61
commit e758da5d28
4 changed files with 383 additions and 422 deletions

View File

@@ -16,7 +16,7 @@
</None>
</ItemGroup>
<ItemGroup>
<ClCompile Include="sysinfo.cpp">
<ClCompile Include="sysinfo.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>