2008-09-17 13:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* tests/memtst.prg
  * tests/speedtst.prg
    * Made them compile with < 1.1 Harbour versions.
This commit is contained in:
Viktor Szakats
2008-09-17 11:23:42 +00:00
parent 453b0e0cd9
commit 7a29cb3007
3 changed files with 15 additions and 0 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-09-17 13:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* tests/memtst.prg
* tests/speedtst.prg
* Made them compile with < 1.1 Harbour versions.
2008-09-17 01:29 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/make_xmingwce.sh
* harbour/make_xmingw.sh

View File

@@ -98,3 +98,8 @@ function build_mode()
#endif
#endif
#endif
#if __HARBOUR__ < 0x010100
FUNCTION HB_MTVM()
RETURN .F.
#endif

View File

@@ -557,3 +557,8 @@ return ""
return nil
#endif
#endif
#if __HARBOUR__ < 0x010100
FUNCTION HB_MTVM()
RETURN .F.
#endif