Add MSVC support to MachineInfo

This commit is contained in:
Peter Keresztes Schmidt
2021-09-21 15:04:04 +02:00
committed by Laurent Trinques
parent b69c7b1027
commit a8d42b0f9a
2 changed files with 5 additions and 5 deletions

View File

@@ -179,7 +179,6 @@ void MachineInfo::init_get_Screen_info()
*/
void MachineInfo::init_get_cpu_info()
{
#ifdef __GNUC__
#ifdef __APPLE_CC__
init_get_cpu_info_macos();
#else
@@ -188,7 +187,6 @@ void MachineInfo::init_get_cpu_info()
if (pc.os.type == "winnt")
init_get_cpu_info_winnt();
#endif
#endif
}
/**