aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/System.h
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2024-11-29 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2024-11-30 15:27:15 +0500
commite5431fa6f5505e385c6f9367260717e9c47dc2ee (patch)
tree4cd2c2c3b225b48c8e7053432c41d7b6b6a3d5f8 /CPP/Windows/System.h
parente008ce3976c087bfd21344af8f00a23cf69d4174 (diff)
download7zip-24.09.tar.gz
7zip-24.09.tar.bz2
7zip-24.09.zip
Diffstat (limited to 'CPP/Windows/System.h')
-rw-r--r--CPP/Windows/System.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Windows/System.h b/CPP/Windows/System.h
index b17111c..9951b8b 100644
--- a/CPP/Windows/System.h
+++ b/CPP/Windows/System.h
@@ -122,7 +122,7 @@ struct CProcessAffinity
122 122
123UInt32 GetNumberOfProcessors(); 123UInt32 GetNumberOfProcessors();
124 124
125bool GetRamSize(UInt64 &size); // returns false, if unknown ram size 125bool GetRamSize(size_t &size); // returns false, if unknown ram size
126 126
127unsigned long Get_File_OPEN_MAX(); 127unsigned long Get_File_OPEN_MAX();
128unsigned Get_File_OPEN_MAX_Reduced_for_3_tasks(); 128unsigned Get_File_OPEN_MAX_Reduced_for_3_tasks();