Refactor OSX preprocessor constants to read 'DARWIN'
[hashcat.git] / src / hashcat.c
index b205cc8..1799224 100644 (file)
@@ -6,7 +6,7 @@
  * License.....: MIT
  */
 
-#ifdef OSX
+#ifdef DARWIN
 #include <stdio.h>
 #endif