Replace LINUX macro with compiler predefined macro __linux__
[hashcat.git] / docs / changes.txt
index e84cf3a..2c4818c 100644 (file)
@@ -10,6 +10,8 @@
 - 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 compiler predefined macro __APPLE__
+- Replace LINUX macro with compiler predefined macro __linux__
 
 ##
 ## Bugs