See ChangeLog entry 2001-08-07 17:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2001-08-07 21:28:23 +00:00
parent 0308443e77
commit 020b70f248
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2001-08-07 17:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* source/rtl.net.c
! The OS/2 version is only for GCC builds.
2001-08-07 13:45 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* doc/en/compiler.txt

View File

@@ -65,7 +65,7 @@
#include "hbapi.h"
#if defined(HB_OS_OS2)
#if defined(HB_OS_OS2) && defined(__GNUC__)
#include "hb_io.h"
@@ -92,7 +92,7 @@
HB_FUNC( NETNAME )
{
#if defined(HB_OS_OS2)
#if defined(HB_OS_OS2) && defined(__GNUC__)
{
char * pszValue = ( char * ) hb_xgrab( MAXGETHOSTNAME + 1 );