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