1 // Windows/SystemInfo.h 2 3 #ifndef ZIP7_INC_WINDOWS_SYSTEM_INFO_H 4 #define ZIP7_INC_WINDOWS_SYSTEM_INFO_H 5 6 #include "../Common/MyString.h" 7 8 9 void GetCpuName_MultiLine(AString &s, AString ®isters); 10 11 void GetOsInfoText(AString &sRes); 12 void GetSystemInfoText(AString &s); 13 void PrintSize_KMGT_Or_Hex(AString &s, UInt64 v); 14 void Add_LargePages_String(AString &s); 15 16 void GetCompiler(AString &s); 17 void GetVirtCpuid(AString &s); 18 19 #endif 20