diff options
Diffstat (limited to 'CPP/Windows/System.h')
-rw-r--r-- | CPP/Windows/System.h | 2 |
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 | ||
123 | UInt32 GetNumberOfProcessors(); | 123 | UInt32 GetNumberOfProcessors(); |
124 | 124 | ||
125 | bool GetRamSize(UInt64 &size); // returns false, if unknown ram size | 125 | bool GetRamSize(size_t &size); // returns false, if unknown ram size |
126 | 126 | ||
127 | unsigned long Get_File_OPEN_MAX(); | 127 | unsigned long Get_File_OPEN_MAX(); |
128 | unsigned Get_File_OPEN_MAX_Reduced_for_3_tasks(); | 128 | unsigned Get_File_OPEN_MAX_Reduced_for_3_tasks(); |