]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / screenseqscommand.h
index 007b6d6302d4062c09c62d9017fa663f3a902072..cbeed469b0b571a66f79238aaac6d758658c0ac0 100644 (file)
@@ -131,7 +131,7 @@ struct sumScreenData {
 
 
 /**************************************************************************************************/
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
 #else
 static DWORD WINAPI MySumThreadFunction(LPVOID lpParam){ 
        sumData* pDataArray;