diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-06-21 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-12-17 14:59:19 +0500 |
commit | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (patch) | |
tree | fe5e17420300b715021a76328444088d32047963 /CPP/Windows/SystemInfo.h | |
parent | 93be7d4abfd4233228f58ee1fbbcd76d91be66a4 (diff) | |
download | 7zip-23.01.tar.gz 7zip-23.01.tar.bz2 7zip-23.01.zip |
23.0123.01
Diffstat (limited to 'CPP/Windows/SystemInfo.h')
-rw-r--r-- | CPP/Windows/SystemInfo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CPP/Windows/SystemInfo.h b/CPP/Windows/SystemInfo.h index e941d0a..c2e2e3b 100644 --- a/CPP/Windows/SystemInfo.h +++ b/CPP/Windows/SystemInfo.h | |||
@@ -1,7 +1,7 @@ | |||
1 | // Windows/SystemInfo.h | 1 | // Windows/SystemInfo.h |
2 | 2 | ||
3 | #ifndef __WINDOWS_SYSTEM_INFO_H | 3 | #ifndef ZIP7_INC_WINDOWS_SYSTEM_INFO_H |
4 | #define __WINDOWS_SYSTEM_INFO_H | 4 | #define ZIP7_INC_WINDOWS_SYSTEM_INFO_H |
5 | 5 | ||
6 | #include "../Common/MyString.h" | 6 | #include "../Common/MyString.h" |
7 | 7 | ||
@@ -14,5 +14,6 @@ void PrintSize_KMGT_Or_Hex(AString &s, UInt64 v); | |||
14 | void Add_LargePages_String(AString &s); | 14 | void Add_LargePages_String(AString &s); |
15 | 15 | ||
16 | void GetCompiler(AString &s); | 16 | void GetCompiler(AString &s); |
17 | void GetVirtCpuid(AString &s); | ||
17 | 18 | ||
18 | #endif | 19 | #endif |