aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/SystemInfo.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CPP/Windows/SystemInfo.h5
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);
14void Add_LargePages_String(AString &s); 14void Add_LargePages_String(AString &s);
15 15
16void GetCompiler(AString &s); 16void GetCompiler(AString &s);
17void GetVirtCpuid(AString &s);
17 18
18#endif 19#endif