aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2007-02-27 15:37:47 +0000
committerlecoanet2007-02-27 15:37:47 +0000
commit708e4e6af9bbd9d177083312260621d6fefdc495 (patch)
treee2d0a2f7637400d182a56a9d6eb265ebce33d2f9
parentef57a1b559faba31a173f912c31f2dd16625bab6 (diff)
downloadtkzinc-708e4e6af9bbd9d177083312260621d6fefdc495.zip
tkzinc-708e4e6af9bbd9d177083312260621d6fefdc495.tar.gz
tkzinc-708e4e6af9bbd9d177083312260621d6fefdc495.tar.bz2
tkzinc-708e4e6af9bbd9d177083312260621d6fefdc495.tar.xz
Fix an issue under Windows with msys/mingw32 failing to produce a loadable dll.
-rw-r--r--generic/Types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/generic/Types.h b/generic/Types.h
index 6d42dfc..c32dc64 100644
--- a/generic/Types.h
+++ b/generic/Types.h
@@ -120,10 +120,6 @@ Tk_GetScrollInfo(interp, argc, (Tcl_Obj **) args, fract, count)
#ifdef _WIN32
# include <tkWinInt.h>
-# ifndef _MSC_VER
-# undef EXTERN
-# define EXTERN
-# endif
# ifdef TCL_STORAGE_CLASS
# undef TCL_STORAGE_CLASS
# endif