aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authorpatthoyts <patthoyts>2005-03-01 15:48:43 +0000
committerpatthoyts <patthoyts>2005-03-01 15:48:43 +0000
commitee2318bf95006b5908f63902f69355b0bfb7c14b (patch)
treea0fb605177dfde66ff04ba6817691bb7fcfa5294 /jim.h
parent2a8972849842fa792927ea97ee98fd6fb97b72a0 (diff)
downloadjimtcl-ee2318bf95006b5908f63902f69355b0bfb7c14b.zip
jimtcl-ee2318bf95006b5908f63902f69355b0bfb7c14b.tar.gz
jimtcl-ee2318bf95006b5908f63902f69355b0bfb7c14b.tar.bz2
Added fledgling COM support for Win32. Unicode object and a Ole32 object types
for managing ascii-unicode and IDispatch references.
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/jim.h b/jim.h
index 5441da7..c57b57d 100644
--- a/jim.h
+++ b/jim.h
@@ -250,6 +250,11 @@ typedef struct Jim_Obj {
struct Jim_Obj *varNameObjPtr;
struct Jim_Obj *indexObjPtr;
} dictSubstValue;
+ /* tagged binary type */
+ struct {
+ unsigned char *data;
+ size_t len;
+ } binaryValue;
} internalRep;
/* This are 8 or 16 bytes more for every object
* but this is required for efficient garbage collection