From 14088cdec5b54cd5363d9faea6a22763e25f141e Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sun, 27 Jan 2002 09:20:31 +0000 Subject: [PATCH] Two new members added to struct hb_struString --- harbour/include/hbapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/harbour/include/hbapi.h b/harbour/include/hbapi.h index 1a767700f5..42576103d3 100644 --- a/harbour/include/hbapi.h +++ b/harbour/include/hbapi.h @@ -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_ */ \ No newline at end of file