Description: fix incorrect logic to select the OS type
Author: Andrius Merkys <merkys@debian.org>
--- a/utils_other.cpp
+++ b/utils_other.cpp
@@ -1,6 +1,6 @@
 #include "pilercr.h"
 
-#if	!WIN32 && !(linux || __linux__)
+#if	!WIN32 && !(linux || __linux__) && !(unix || __unix)
 
 double GetRAMSize()
 	{
