aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authorpatthoyts <patthoyts>2005-03-02 16:40:48 +0000
committerpatthoyts <patthoyts>2005-03-02 16:40:48 +0000
commitc4253cf2548af2603141befac83d1a9e7998eafa (patch)
tree0ae34f05d078f59e2086a6010b48e98f9de69af9 /jim.h
parent63cbf1a4669932acdcfdc4cb463f8a7774b72c01 (diff)
downloadjimtcl-c4253cf2548af2603141befac83d1a9e7998eafa.zip
jimtcl-c4253cf2548af2603141befac83d1a9e7998eafa.tar.gz
jimtcl-c4253cf2548af2603141befac83d1a9e7998eafa.tar.bz2
Can now create and relese objects and use ole32.invoke to call propert get on them.
See the sample at the top of the file. NB: ONLY propget so far.
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim.h b/jim.h
index 9932bcc..141da9e 100644
--- a/jim.h
+++ b/jim.h
@@ -74,7 +74,7 @@
* ---------------------------------------------------------------------------*/
#ifdef HAVE_LONG_LONG
-# ifdef __MSVCRT__
+# if defined(_MSC_VER) || defined(__MSVCRT__)
# define JIM_WIDE_MODIFIER "I64d"
# else
# define JIM_WIDE_MODIFIER "lld"