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