Upload 2.0.2
[physicsfs] / lzma / CPP / Windows / System.h
diff --git a/lzma/CPP/Windows/System.h b/lzma/CPP/Windows/System.h
new file mode 100644 (file)
index 0000000..e006715
--- /dev/null
@@ -0,0 +1,16 @@
+// Windows/System.h
+
+#ifndef __WINDOWS_SYSTEM_H
+#define __WINDOWS_SYSTEM_H
+
+#include "../Common/Types.h"
+
+namespace NWindows {
+namespace NSystem {
+
+UInt32 GetNumberOfProcessors();
+UInt64 GetRamSize();
+
+}}
+
+#endif