*** empty log message ***
This commit is contained in:
@ -52,6 +52,7 @@
|
||||
typedef struct __hdbValue {
|
||||
int dataType;
|
||||
int arrayLength;
|
||||
int doNotFree;
|
||||
union __value {
|
||||
int intValue;
|
||||
double doubleValue;
|
||||
|
Reference in New Issue
Block a user