diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-31 04:53:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-31 04:53:04 (GMT) |
commit | a2b7afd83359a8b5149462e93b174ca5784d1e1a (patch) | |
tree | 0d86ddd173e57154f68d6c3505b9ceaa39a54676 /generic/tkInt.decls | |
parent | da68cb938e2bec4280883c4052906b9811aadf7c (diff) | |
parent | 91ae12c773a03fe4533d19a6d115deb6a4c95351 (diff) | |
download | tk-a2b7afd83359a8b5149462e93b174ca5784d1e1a.zip tk-a2b7afd83359a8b5149462e93b174ca5784d1e1a.tar.gz tk-a2b7afd83359a8b5149462e93b174ca5784d1e1a.tar.bz2 |
Simpify determination whether we are running on cygwin.
Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 480f596..66a11c6 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -814,7 +814,7 @@ declare 36 win { UINT message, WPARAM wParam, LPARAM lParam) } -# new for 8.4.20+, Cygwin only +# new for 8.4.20+/8.5.12+, Cygwin only declare 37 win { void TkCreateXEventSource(void) } |