From d85a6a6d53d537af620499976218d9b609fc1252 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 2 Jul 2008 12:09:53 +0000 Subject: [PATCH] 2008-07-02 14:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbtpathy/tpos2.c * moved INCL_* definitions before harbour header files --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbtpathy/tpos2.c | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e91aa7be04..177ea4ea44 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-02 14:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbtpathy/tpos2.c + * moved INCL_* definitions before harbour header files + 2008-07-02 13:06 UTC+0100 Miguel Angel Marchuet * contrib/hbziparch/hbziparc.c + Added HBZIPCLEANUP() as EXIT function to clean. It will be called diff --git a/harbour/contrib/hbtpathy/tpos2.c b/harbour/contrib/hbtpathy/tpos2.c index 5e028cbf36..1bbda11b68 100644 --- a/harbour/contrib/hbtpathy/tpos2.c +++ b/harbour/contrib/hbtpathy/tpos2.c @@ -51,17 +51,18 @@ * */ +#define INCL_BASE +#define INCL_DOS +#define INCL_DOSERROR +#define INCL_DOSDEVICES +#define INCL_DOSDEVIOCTL + #include "hbapi.h" #include "hbapiitm.h" #include "hbapifs.h" #ifdef HB_OS_OS2 -#define INCL_BASE -#define INCL_DOS -#define INCL_DOSERROR -#define INCL_DOSDEVICES -#define INCL_DOSDEVIOCTL #include #include