2009-11-24 14:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/include/hbsetup.h
    * minor extension to CPU detection macros
This commit is contained in:
Przemyslaw Czerpak
2009-11-24 13:29:59 +00:00
parent a59eecc1b9
commit 151c7d4881
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-11-24 14:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbsetup.h
* minor extension to CPU detection macros
2009-11-24 13:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/cdpapi.c
! fixed bad typo in hb_cdpTranslateChar() function

View File

@@ -348,6 +348,7 @@
#elif defined( __amd64__ ) || \
defined( __amd64 ) || \
defined( __AMD64__ ) || \
defined( __x86_64__ ) || \
defined( __x86_64 ) || \
defined( _M_AMD64 ) || \
@@ -369,7 +370,10 @@
#elif defined( i386 ) || \
defined( __i386__ ) || \
defined( __i386 ) || \
defined( __386__ ) || \
defined( _M_IX86 ) || \
defined( _M_I86 ) || \
defined( M_I86 ) || \
defined( __X86__ ) || \
defined( _X86_ ) || \
defined( __I86__ ) || \