mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-26 07:10:19 +00:00
Return NULL for chipset on windows.
This commit is contained in:
@@ -92,7 +92,7 @@ sysinfo_backend_get_gpu (void)
|
|||||||
char *
|
char *
|
||||||
sysinfo_backend_get_chipset (void)
|
sysinfo_backend_get_chipset (void)
|
||||||
{
|
{
|
||||||
return sysinfo_get_chipset ();
|
return NULL ();
|
||||||
}
|
}
|
||||||
|
|
||||||
char *
|
char *
|
||||||
|
|||||||
Reference in New Issue
Block a user