2009-08-21 16:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* source/vm/fm.c
    ! Fixed to suppress fcntl header in dlmalloc for msvcarm targets.
This commit is contained in:
Viktor Szakats
2009-08-21 14:16:41 +00:00
parent e68440e238
commit efcecedb3e
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-21 16:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/vm/fm.c
! Fixed to suppress fcntl header in dlmalloc for msvcarm targets.
2009-08-21 15:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/globsh.mk
! Restored backslashes for GNU rm command for os2 shell.

View File

@@ -174,6 +174,9 @@
# if !defined( USE_DL_PREFIX ) && !defined( HB_FM_DLMT_ALLOC )
# define USE_DL_PREFIX
# endif
# if defined( HB_OS_WIN_CE )
# define LACKS_FCNTL_H
# endif
# endif
# include "dlmalloc.c"
# if defined( __BORLANDC__ )