diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1a3b60af69..8403c2fdca 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,43 +8,47 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-10-06 00:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * include/hbthread.h + ! Blind fix for WinCE compilation after MT changes. + 2008-10-05 20:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) - * common.mak - * source/rtl/Makefile - - source/rtl/persist.prg - + source/rtl/tpersist.prg - - source/rtl/symbol.prg - + source/rtl/tsymbol.prg - * source/rtl/achoice.prg - * source/rtl/browse.prg - * source/rtl/dbedit.prg - * source/rtl/dircmd.prg - * source/rtl/einstv52.prg - * source/rtl/einstvar.prg - * source/rtl/hbini.prg - * source/rtl/tbrowse.prg - * source/rtl/tclass.prg - * source/rtl/tget.prg - * source/rtl/tgetint.prg - * source/rtl/tlabel.prg - * source/rtl/tobject.prg - * source/rtl/treport.prg - * source/rtl/typefile.prg - * source/rtl/valtoexp.prg - * source/rdd/usrrdd/example/exhsx.prg - * source/rdd/usrrdd/example/exfcm.prg - * source/rdd/usrrdd/rdds/hscdx.prg - * Some formattings and cleanup. + * common.mak + * source/rtl/Makefile + - source/rtl/persist.prg + + source/rtl/tpersist.prg + - source/rtl/symbol.prg + + source/rtl/tsymbol.prg + * source/rtl/achoice.prg + * source/rtl/browse.prg + * source/rtl/dbedit.prg + * source/rtl/dircmd.prg + * source/rtl/einstv52.prg + * source/rtl/einstvar.prg + * source/rtl/hbini.prg + * source/rtl/tbrowse.prg + * source/rtl/tclass.prg + * source/rtl/tget.prg + * source/rtl/tgetint.prg + * source/rtl/tlabel.prg + * source/rtl/tobject.prg + * source/rtl/treport.prg + * source/rtl/typefile.prg + * source/rtl/valtoexp.prg + * source/rdd/usrrdd/example/exhsx.prg + * source/rdd/usrrdd/example/exfcm.prg + * source/rdd/usrrdd/rdds/hscdx.prg + * Some formattings and cleanup. - * source/rtl/tclass.prg - % ValType() optimizations. + * source/rtl/tclass.prg + % ValType() optimizations. - * source/rtl/tlabel.prg - * source/rtl/treport.prg - * Trim() -> RTrim() + * source/rtl/tlabel.prg + * source/rtl/treport.prg + * Trim() -> RTrim() - * source/rtl/treport.prg - ! Hard-coded Chr(13)+Chr(10) fixed in treport.prg. + * source/rtl/treport.prg + ! Hard-coded Chr(13)+Chr(10) fixed in treport.prg. 2008-10-05 18:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbwin/win_ole.c diff --git a/harbour/include/hbthread.h b/harbour/include/hbthread.h index 186ca43f52..bc3646cdd3 100644 --- a/harbour/include/hbthread.h +++ b/harbour/include/hbthread.h @@ -135,7 +135,7 @@ HB_EXTERN_BEGIN # define HB_COND_GET(v) ( &( (v)->cond ) ) # endif -#elif defined( HB_OS_WIN_32 ) +#elif defined( HB_OS_WIN_32 ) && ! defined( HB_WINCE ) # define HB_MAX_THREAD 32768 @@ -182,7 +182,6 @@ HB_EXTERN_BEGIN # endif # endif - #elif defined( HB_OS_OS2 ) typedef TID HB_THREAD_ID;