2009-07-10 20:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/vm/fm.c
! Fixed bcc C++ build errors by enabling USE_DL_PREFIX in this case.
Only this warning remain:
Warning W8008 ../../fm.c 386: Condition is always true in function dlmalloc_destroy()
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-10 20:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* source/vm/fm.c
|
||||
! Fixed bcc C++ build errors by enabling USE_DL_PREFIX in this case.
|
||||
Only this warning remain:
|
||||
Warning W8008 ../../fm.c 386: Condition is always true in function dlmalloc_destroy()
|
||||
|
||||
2009-07-10 20:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbxbp/xbpdev.ch
|
||||
+ Added SVN ID.
|
||||
|
||||
@@ -148,6 +148,9 @@
|
||||
# pragma warn -ngu
|
||||
# pragma warn -prc
|
||||
# pragma warn -rch
|
||||
# if defined( __cplusplus ) && ! defined( USE_DL_PREFIX )
|
||||
# define USE_DL_PREFIX
|
||||
# endif
|
||||
# elif defined( HB_OS_WIN_CE ) && defined( __POCC__ )
|
||||
# define ABORT TerminateProcess( GetCurrentProcess(), 0 )
|
||||
# elif defined( __POCC__ ) && !defined( InterlockedCompareExchangePointer )
|
||||
|
||||
Reference in New Issue
Block a user