2009-04-17 16:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/fm.c
    ! fixed typo in recent modification which broke compilation
This commit is contained in:
Przemyslaw Czerpak
2009-04-17 14:19:15 +00:00
parent 5c632ccff8
commit 4ac538784c
2 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-04-17 16:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/fm.c
! fixed typo in recent modification which broke compilation
2009-04-17 15:48 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbqt/hbqt.h
* commented out #define QT_VERSION 0x040500

View File

@@ -63,10 +63,10 @@
/* NOTE: This definitions must be ahead of any and all #include statements */
#if !defined( HB_FM_STATISTICS )
!defined( HB_FM_STATISTICS_OFF )
#if !defined( HB_FM_STATISTICS ) && \
!defined( HB_FM_STATISTICS_OFF ) && \
!defined( HB_FM_STATISTICS_DYN_OFF )
#define HB_FM_STATISTICS_OFF
# define HB_FM_STATISTICS_OFF
#endif
/* For MS-Win builds */