X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=distancecommand.h;h=91f0ed50b3003345454690b7aecc049c449854d8;hb=8e3e7b1e124f45cb1f2ca9d764ff67fa9b2e532b;hp=f55f7144fa548fe30eae2b075a8abcf8fd4584f0;hpb=e0dc0bcef2a0f7e1f63abb531dbb1ad533da98ca;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;