]> git.donarmstrong.com Git - mothur.git/blobdiff - shhhseqscommand.h
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / shhhseqscommand.h
index 1b0211afba43e5577abce79f89704114b3705b2f..7174ac70caf3f55e146d1cdf09e2b15e5b0cfaf4 100644 (file)
@@ -97,7 +97,7 @@ struct shhhseqsData {
 };
 
 /**************************************************************************************************/
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
 #else
 static DWORD WINAPI MyShhhSeqsThreadFunction(LPVOID lpParam){ 
        shhhseqsData* pDataArray;