mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Move placement of lzma.
This commit is contained in:
18
3rdparty/lzma/CPP/Windows/SystemInfo.h
vendored
Normal file
18
3rdparty/lzma/CPP/Windows/SystemInfo.h
vendored
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user