type cast required

This commit is contained in:
Antonio Linares
2001-12-10 10:56:12 +00:00
parent 8aa0ae0b47
commit b08bdcdd3c

View File

@@ -60,7 +60,7 @@
char * hb_getenv( const char * name )
{
char * pszBuffer = hb_xgrab( 255 );
char * pszBuffer = ( char * ) hb_xgrab( 255 );
#ifdef HB_OS_WIN_32
DWORD nSize;