diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3705cde3ca..9403a2d274 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/source/vm/fm.c b/harbour/source/vm/fm.c index 84d8d28d78..22edc7f6da 100644 --- a/harbour/source/vm/fm.c +++ b/harbour/source/vm/fm.c @@ -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__ )