mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-09-22 23:57:10 +00:00
Compare commits
2
Commits
71c08c2c2b
...
8714af4297
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8714af4297 | ||
|
|
f1a053e094 |
@@ -68,11 +68,7 @@ static hwinfo hwinfos[] = {
|
||||
{"os", "OS", sysinfo_backend_get_os},
|
||||
{"cpu", "CPU", sysinfo_backend_get_cpu},
|
||||
{"memory", "Memory", sysinfo_backend_get_memory},
|
||||
#if defined(__linux__)
|
||||
{"storage", "Storage", sysinfo_backend_get_disk, FALSE},
|
||||
#else
|
||||
{"storage", "Storage", sysinfo_backend_get_disk, TRUE},
|
||||
#endif
|
||||
{"storage", "Storage", sysinfo_backend_get_disk},
|
||||
{"gpu", "GPU", sysinfo_backend_get_gpu},
|
||||
{"chipset", "Chipset", sysinfo_backend_get_chipset, TRUE},
|
||||
{"sound", "Sound", sysinfo_backend_get_sound, TRUE},
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#define _WIN32_WINNT 0x0601
|
||||
#endif
|
||||
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#include <winternl.h>
|
||||
#include <dxgi.h>
|
||||
|
||||
Reference in New Issue
Block a user