2010-10-23 08:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/rtl/hbcom.c
    ! fixed path to PMCOM header files
This commit is contained in:
Przemyslaw Czerpak
2010-10-23 06:20:58 +00:00
parent 8d19033374
commit 90f2f097ef
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-10-23 08:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/hbcom.c
! fixed path to PMCOM header files
2010-10-24 02:21 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/rtl/hbjson.c
+ added support for date and timestamp type encoding

View File

@@ -95,7 +95,7 @@
#elif defined( HB_HAS_SIOLIB )
# include <sioLib.h>
#elif defined( HB_HAS_PMCOM )
# include "../../external/pmcom/com.h"
# include "../../external/hbpmcom/com.h"
#elif defined( HB_OS_WIN )
# include <windows.h>
#elif defined( HB_OS_OS2 )