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