mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 13:15:04 -06:00
21.02
This commit is contained in:
12
CPP/Windows/SystemInfo.h
Normal file
12
CPP/Windows/SystemInfo.h
Normal file
@@ -0,0 +1,12 @@
|
||||
// Windows/SystemInfo.h
|
||||
|
||||
#ifndef __WINDOWS_SYSTEM_INFO_H
|
||||
#define __WINDOWS_SYSTEM_INFO_H
|
||||
|
||||
#include "../Common/MyString.h"
|
||||
|
||||
void GetSystemInfoText(AString &s);
|
||||
void PrintSize_KMGT_Or_Hex(AString &s, UInt64 v);
|
||||
void Add_LargePages_String(AString &s);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user