diff options
Diffstat (limited to 'generic/tclTest.c')
| -rw-r--r-- | generic/tclTest.c | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index 8226ed1..0872322 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -13,7 +13,7 @@   * See the file "license.terms" for information on usage and redistribution   * of this file, and for a DISCLAIMER OF ALL WARRANTIES.   * - * RCS: @(#) $Id: tclTest.c,v 1.14 1999/06/17 19:32:16 stanton Exp $ + * RCS: @(#) $Id: tclTest.c,v 1.15 1999/08/04 15:58:42 redman Exp $   */  #define TCL_TEST @@ -27,11 +27,6 @@   * Declare external functions used in Windows tests.   */ -#if defined(__WIN32__) -extern TclPlatformType *TclWinGetPlatform(void); -EXTERN void		TclWinSetInterfaces(int); -#endif -  /*   * Dynamic string shared by TestdcallCmd and DelCallbackProc;  used   * to collect the results of the various deletion callbacks.  | 
