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
This commit is contained in:
Przemysław Czerpak
2015-10-08 22:07:59 +02:00
parent f3de17319b
commit 3c35a01400
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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__ ) )