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