chdman/3rdparty/lzma/CPP/Windows/System.h

18 lines
264 B
C
Raw Normal View History

2021-12-14 11:06:18 +00:00
// 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