X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=distancecommand.h;h=91f0ed50b3003345454690b7aecc049c449854d8;hb=43ed0accfbc2852849e104ff7eccdd2c42acd4ec;hp=f55f7144fa548fe30eae2b075a8abcf8fd4584f0;hpb=5d77fd07180d1fb8561ff1962e6d7429caf8555e;p=mothur.git diff --git a/distancecommand.h b/distancecommand.h index f55f714..91f0ed5 100644 --- a/distancecommand.h +++ b/distancecommand.h @@ -53,7 +53,7 @@ struct distanceData { }; /**************************************************************************************************/ -#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else static DWORD WINAPI MyDistThreadFunction(LPVOID lpParam){ distanceData* pDataArray;