diff options
author | redman <redman> | 1999-03-06 00:08:01 (GMT) |
---|---|---|
committer | redman <redman> | 1999-03-06 00:08:01 (GMT) |
commit | f74a6f7ac5871773c5a3c62dfe048e22e1e31e34 (patch) | |
tree | d15d08ae51c998c25c46d55b98a8cd687c5cff4e /generic/tkBind.c | |
parent | 2d0fee23b3ef4e986dcc2a5ec0c0ad06cca317e8 (diff) | |
download | tk-f74a6f7ac5871773c5a3c62dfe048e22e1e31e34.zip tk-f74a6f7ac5871773c5a3c62dfe048e22e1e31e34.tar.gz tk-f74a6f7ac5871773c5a3c62dfe048e22e1e31e34.tar.bz2 |
Changes for Tk Stubs implementation.
Diffstat (limited to 'generic/tkBind.c')
-rw-r--r-- | generic/tkBind.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tkBind.c b/generic/tkBind.c index 8166b18..e0b2be0 100644 --- a/generic/tkBind.c +++ b/generic/tkBind.c @@ -11,12 +11,16 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkBind.c,v 1.4 1998/10/10 00:30:36 rjohnson Exp $ + * RCS: @(#) $Id: tkBind.c,v 1.4.4.1 1999/03/06 00:08:01 redman Exp $ */ #include "tkPort.h" #include "tkInt.h" +#ifdef __WIN32__ +#include "tkWinInt.h" +#endif + /* * File structure: * |