2001-04-20 01:35 UTC-0800 Ron Pinkas <ron@profit-master.com>

* hb_slex.bc
     * Synched with makefile.bc

   * source/common/hbtrace.c
     + Added missing #include <io.h>

   * include/hbapilng.h
   * source/rtl/langapi.c
     * Corrected declaration of hb_langDGetItem() (required for C++)
This commit is contained in:
Ron Pinkas
2001-04-20 08:38:21 +00:00
parent 02d76e2202
commit f3de1da8cb
5 changed files with 25 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ extern PHB_LANG hb_langFind ( char * pszID );
extern PHB_LANG hb_langSelect ( PHB_LANG lang );
extern char * hb_langSelectID ( char * pszID );
extern void * hb_langDGetItem ( int iIndex );
extern char * hb_langDGetItem ( int iIndex );
extern char * hb_langID ( void );
extern char * hb_langName ( void );