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