X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Fcommon.h;h=c36a3e029adb85be56014ecdfb1658960cf4c48f;hb=51e1d11b2d6dff4ae331cff6098169455733c412;hp=ff9cd4a609fbc7e965a5b341acbe6c02c1258f9e;hpb=7350f38bc448240c875456dd8fd4b83a8fcccddf;p=hashcat.git diff --git a/include/common.h b/include/common.h index ff9cd4a..c36a3e0 100644 --- a/include/common.h +++ b/include/common.h @@ -40,12 +40,12 @@ #include #include -#ifdef LINUX +#ifdef __linux__ #include #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