Files
easy7zip/CPP/Windows/System.h
Igor Pavlov f08f4dcc3c 9.34
2016-05-28 00:16:51 +01:00

17 lines
215 B
C++

// Windows/System.h
#ifndef __WINDOWS_SYSTEM_H
#define __WINDOWS_SYSTEM_H
#include "../Common/MyTypes.h"
namespace NWindows {
namespace NSystem {
UInt32 GetNumberOfProcessors();
UInt64 GetRamSize();
}}
#endif