Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SystemInfo.h « Windows « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e941d0aa41869734de050b9a014390f59bbd40c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Windows/SystemInfo.h

#ifndef __WINDOWS_SYSTEM_INFO_H
#define __WINDOWS_SYSTEM_INFO_H

#include "../Common/MyString.h"


void GetCpuName_MultiLine(AString &s);

void GetOsInfoText(AString &sRes);
void GetSystemInfoText(AString &s);
void PrintSize_KMGT_Or_Hex(AString &s, UInt64 v);
void Add_LargePages_String(AString &s);

void GetCompiler(AString &s);

#endif