From fc6d06b19cece45cf9812b46e670a06d93b01802 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 7 Jul 2008 22:38:48 +0000 Subject: [PATCH] 2008-07-08 00:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbdefs.h * disabled internal pointer handles I enabled by mistake for MS-WIN builds --- harbour/ChangeLog | 5 +++++ harbour/include/hbdefs.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1ae1c05090..7646136fe6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-08 00:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbdefs.h + * disabled internal pointer handles I enabled by mistake for MS-WIN + builds + 2008-07-08 00:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapifs.h * harbour/include/hbdefs.h diff --git a/harbour/include/hbdefs.h b/harbour/include/hbdefs.h index eab26ec14a..9c4e27173c 100644 --- a/harbour/include/hbdefs.h +++ b/harbour/include/hbdefs.h @@ -536,7 +536,7 @@ typedef unsigned long HB_COUNTER; #endif #if defined( HB_WIN32_IO ) -#if 0 +#if 1 typedef HB_PTRDIFF FHANDLE; #else typedef void * FHANDLE;