From f0c8c7d1b126424dbed13cac73e59ca933ce3b4c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 31 Dec 2015 17:20:22 -0500 Subject: [PATCH] TW-1750: REG_ENHANCED, used in RX.cpp, isn't defined in all versions of Darwin - Thanks to Misty De Meo. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6ed5c458c..41ea7fd8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,8 @@ - TW-1742 Indian Holiday Calendar (Master HolidayFile) (thanks to Sunil Joshi). - TW-1749 PATH_MAX isn't defined in FS.cpp in some versions of OS X (thanks to Misty De Meo). +- TW-1750 REG_ENHANCED, used in RX.cpp, isn't defined in all versions of Darwin + (thanks to Misty De Meo). - Fixed broken build for Cygwin and older GCC (thanks to Richard Boß). - The default configuration is now 256-color only. - The 'columns' report now shows whether a column is modifiable or read only.