summaryrefslogtreecommitdiffstats
path: root/generic/tkIntDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-05 11:11:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-05 11:11:21 (GMT)
commitde76506f536b8af35a1cc81597de6c691e105248 (patch)
treee3143d6043d82311b6be00703e45ee0e7f8067dd /generic/tkIntDecls.h
parentbffdf13f31774677807ea594324f7a8964a1ee10 (diff)
downloadtk-de76506f536b8af35a1cc81597de6c691e105248.zip
tk-de76506f536b8af35a1cc81597de6c691e105248.tar.gz
tk-de76506f536b8af35a1cc81597de6c691e105248.tar.bz2
Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both
Diffstat (limited to 'generic/tkIntDecls.h')
-rw-r--r--generic/tkIntDecls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkIntDecls.h b/generic/tkIntDecls.h
index eb224c8..59e7e30 100644
--- a/generic/tkIntDecls.h
+++ b/generic/tkIntDecls.h
@@ -1854,7 +1854,7 @@ extern TkIntStubs *tkIntStubsPtr;
#undef TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLIMPORT
-#if !defined(__WIN32__) && !defined(MAC_OSX_TK)
+#if !defined(__WIN32__) && !defined(__CYGWIN__) && !defined(MAC_OSX_TK)
/*
* These macros are just wrappers for the equivalent X Region calls.