X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqsummarycommand.h;h=d8837a374d070298ceb9d224aaf8c621680bf249;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=dcae434d42d08e38f223292a5c2647428e1d9475;hpb=b302d221847b504388ec044c6929e9dde42f9bb1;p=mothur.git diff --git a/seqsummarycommand.h b/seqsummarycommand.h index dcae434..d8837a3 100644 --- a/seqsummarycommand.h +++ b/seqsummarycommand.h @@ -91,7 +91,7 @@ struct seqSumData { }; /**************************************************************************************************/ -#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else static DWORD WINAPI MySeqSumThreadFunction(LPVOID lpParam){ seqSumData* pDataArray;