Two new members added to struct hb_struString

This commit is contained in:
Antonio Linares
2002-01-27 09:20:31 +00:00
parent d7e5e1c963
commit 14088cdec5

View File

@@ -200,6 +200,8 @@ struct hb_struString
{
ULONG length;
char * value;
BOOL bPcode; /* it is a string created from the pcode */
USHORT * puiHolders; /* number of holders of this string */
};
struct hb_struSymbol
@@ -597,4 +599,4 @@ extern char * hb_getenv( const char * name );
}
#endif
#endif /* HB_APIEXT_H_ */
#endif /* HB_APIEXT_H_ */