From 3c35a01400d452a32008ad3a7d890e5f0877a291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Thu, 8 Oct 2015 22:07:59 +0200 Subject: [PATCH] 2015-10-08 22:07 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/gttone.c ! fixed typo in my previous commit - thanks to Ronaldo --- ChangeLog.txt | 4 ++++ src/rtl/gttone.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index b9d05e6038..62b436254c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2015-10-08 22:07 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * src/rtl/gttone.c + ! fixed typo in my previous commit - thanks to Ronaldo + 2015-10-08 19:10 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/gttone.c ! disabled IO port access MSVS 2015 builds diff --git a/src/rtl/gttone.c b/src/rtl/gttone.c index 3acbfc5dc1..8a2e55d3b3 100644 --- a/src/rtl/gttone.c +++ b/src/rtl/gttone.c @@ -69,7 +69,7 @@ #undef HB_HAS_WIN9X_TONE #if defined( HB_CPU_X86 ) && \ - ( ( defined( _MSC_VER ) && _MSC_VER <= 1900 ) || \ + ( ( defined( _MSC_VER ) && _MSC_VER < 1900 ) || \ defined( __BORLANDC__ ) || defined( __WATCOMC__ ) || \ defined( __MINGW32__ ) )