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:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user