2009-10-23 12:11 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/fm.c
* enable USE_DL_PREFIX in all C++ builds to avoid conflicts with
different exception declarations for standard memory functions
in C++ header files
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-10-23 12:11 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/vm/fm.c
|
||||
* enable USE_DL_PREFIX in all C++ builds to avoid conflicts with
|
||||
different exception declarations for standard memory functions
|
||||
in C++ header files
|
||||
|
||||
2009-10-23 11:47 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbapi.h
|
||||
* harbour/src/vm/extend.c
|
||||
|
||||
@@ -155,9 +155,6 @@
|
||||
# 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 )
|
||||
@@ -178,6 +175,9 @@
|
||||
# define LACKS_FCNTL_H
|
||||
# endif
|
||||
# endif
|
||||
# if defined( __cplusplus ) && ! defined( USE_DL_PREFIX )
|
||||
# define USE_DL_PREFIX
|
||||
# endif
|
||||
# include "dlmalloc.c"
|
||||
# if defined( __BORLANDC__ )
|
||||
# pragma warn +aus
|
||||
|
||||
Reference in New Issue
Block a user