aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/System.h
diff options
context:
space:
mode:
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();