From ebaa3ee4242e833adc13ca2e746e20e1d063deed Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 23 Sep 2008 09:28:39 +0000 Subject: [PATCH] 2008-09-23 11:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/fm.c ! Enabled USE_DL_PREFIX for _MSC_VER compilers. This may be refined, but without this setting MSVS 2008 would give an error on exit and GPF. --- harbour/ChangeLog | 6 ++++++ harbour/source/vm/fm.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 96c12d7aa9..3b10ced45d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-09-23 11:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * source/vm/fm.c + ! Enabled USE_DL_PREFIX for _MSC_VER compilers. + This may be refined, but without this setting MSVS 2008 + would give an error on exit and GPF. + 2008-09-23 11:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbthread.h % Enabled TLS for _MSC_VER compilers. diff --git a/harbour/source/vm/fm.c b/harbour/source/vm/fm.c index 02df116aa6..b4080ac4e7 100644 --- a/harbour/source/vm/fm.c +++ b/harbour/source/vm/fm.c @@ -121,6 +121,8 @@ # pragma warn -ngu # pragma warn -prc # pragma warn -rch +# elif defined( _MSC_VER ) +# defined USE_DL_PREFIX # endif # include "dlmalloc.c" # if defined( __BORLANDC__ )