]> git.donarmstrong.com Git - mothur.git/blobdiff - shhhercommand.h
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / shhhercommand.h
index a7af7da4f1ce8a7d0c0e6daa809a58f95f2164fb..c9772af6f0e87e32d24518ee0419885770e11998 100644 (file)
@@ -202,7 +202,7 @@ struct shhhFlowsData {
 };
 
 /**************************************************************************************************/
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
 #else
 static DWORD WINAPI ShhhFlowsThreadFunction(LPVOID lpParam){ 
        shhhFlowsData* pDataArray;