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.
This commit is contained in:
Viktor Szakats
2008-09-23 09:28:39 +00:00
parent e7fdff1641
commit ebaa3ee424
2 changed files with 8 additions and 0 deletions

View File

@@ -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.

View File

@@ -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__ )