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
This commit is contained in:
Przemyslaw Czerpak
2008-07-07 22:38:48 +00:00
parent e5fb6b8de5
commit fc6d06b19c
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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;