Replace DARWIN macro with __APPLE__

As discussed on https://github.com/hashcat/hashcat/pull/409
This commit is contained in:
jsteube
2016-07-08 23:14:57 +02:00
parent 2043338859
commit 96f2ade4bb
8 changed files with 25 additions and 13 deletions
+1
View File
@@ -10,6 +10,7 @@
- The Time.Estimated attribute in status display should also show --runtime limit if user set it
- Fix some strict aliasing rule violation on older compilers
- Fix some variable initializers on older compilers
- Replace DARWIN macro with __APPLE__
##
## Bugs