aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/SystemInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Windows/SystemInfo.h')
-rw-r--r--CPP/Windows/SystemInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Windows/SystemInfo.h b/CPP/Windows/SystemInfo.h
index c2e2e3b..4601685 100644
--- a/CPP/Windows/SystemInfo.h
+++ b/CPP/Windows/SystemInfo.h
@@ -6,7 +6,7 @@
6#include "../Common/MyString.h" 6#include "../Common/MyString.h"
7 7
8 8
9void GetCpuName_MultiLine(AString &s); 9void GetCpuName_MultiLine(AString &s, AString &registers);
10 10
11void GetOsInfoText(AString &sRes); 11void GetOsInfoText(AString &sRes);
12void GetSystemInfoText(AString &s); 12void GetSystemInfoText(AString &s);