X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Fshared.h;h=b0b35651da44ebd5f466b37832b00b92b6b25531;hb=3370820109dd9c9dd46d29253c12a1e584556948;hp=d543fb6136acb71f2aeaffefdfa7b9e621f12254;hpb=115c95eb02ec194af5d6a62848ac5750f23a6e46;p=hashcat.git diff --git a/include/shared.h b/include/shared.h index d543fb6..b0b3565 100644 --- a/include/shared.h +++ b/include/shared.h @@ -46,7 +46,7 @@ #define hc_thread_mutex_delete(m) pthread_mutex_destroy (&m) #endif -#ifdef OSX +#ifdef DARWIN typedef struct cpu_set { uint32_t count;