]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.h
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / preclustercommand.h
index 3712302bee105cec37e6834dbc2b017584c9e2d5..64efc7fc1d43aca03d17497e28bee2fdb61cc74a 100644 (file)
@@ -113,7 +113,7 @@ struct preClusterData {
 };
 
 /**************************************************************************************************/
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
 #else
 static DWORD WINAPI MyPreclusterThreadFunction(LPVOID lpParam){ 
        preClusterData* pDataArray;