X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Fcommon.h;h=91cb370d4ba7f110e1afb45abfbbbd1660b1f92c;hb=96f2ade4bbf76f083b2039a99e3452053817909f;hp=ff9cd4a609fbc7e965a5b341acbe6c02c1258f9e;hpb=204333885950fa798a491dcdf141f2e928dd497d;p=hashcat.git diff --git a/include/common.h b/include/common.h index ff9cd4a..91cb370 100644 --- a/include/common.h +++ b/include/common.h @@ -45,7 +45,7 @@ #include #endif -#ifdef DARWIN +#ifdef __APPLE__ #include #include #include @@ -64,7 +64,7 @@ typedef void *ADL_LIB; typedef void *NVAPI_LIB; typedef void *NVML_LIB; typedef void *XNVCTRL_LIB; -#ifdef DARWIN +#ifdef __APPLE__ #define __stdcall #endif #endif