Files
easy7zip/CPP/Windows/System.h
Igor Pavlov e24f7fba53 15.11
2016-05-28 00:16:57 +01:00

18 lines
264 B
C++

// Windows/System.h
#ifndef __WINDOWS_SYSTEM_H
#define __WINDOWS_SYSTEM_H
#include "../Common/MyTypes.h"
namespace NWindows {
namespace NSystem {
UInt32 GetNumberOfProcessors();
bool GetRamSize(UInt64 &size); // returns false, if unknown ram size
}}
#endif