aboutsummaryrefslogtreecommitdiff
path: root/jim-win32.c
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-02 19:27:19 +0000
committerantirez <antirez>2005-03-02 19:27:19 +0000
commit83c8e8e0391e59ba26ad10f105ef949fba281a2d (patch)
treefe5c3d2e2081a39ae45a0009a1325460d6a2acee /jim-win32.c
parenta6694dabfd53401074f8d9ead211f2981a4c112a (diff)
downloadjimtcl-83c8e8e0391e59ba26ad10f105ef949fba281a2d.zip
jimtcl-83c8e8e0391e59ba26ad10f105ef949fba281a2d.tar.gz
jimtcl-83c8e8e0391e59ba26ad10f105ef949fba281a2d.tar.bz2
shell and library splitted. Now jim.c contains only the
language implementation, while the shell is into jimsh.c, that is actually the first example of embedder of Jim. Important changes in jim.h to make Jim play well with extensions/embedders at the same time, and to deal with multiple files. Extensions now must define JIM_EXTENSION before to include jim.h, embedders must define JIM_EMBEDDED before to include jim.h.
Diffstat (limited to 'jim-win32.c')
-rw-r--r--jim-win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/jim-win32.c b/jim-win32.c
index c336014..4cbf481 100644
--- a/jim-win32.c
+++ b/jim-win32.c
@@ -26,6 +26,7 @@
#include <psapi.h>
#include <ctype.h>
+#define JIM_EXTENSION
#include "jim.h"
#if _MSC_VER >= 1000