diff options
author | redman <redman> | 1999-08-03 18:07:12 (GMT) |
---|---|---|
committer | redman <redman> | 1999-08-03 18:07:12 (GMT) |
commit | 575b82f7bea90171939adfca2c2eeea46416e30b (patch) | |
tree | 9bc3e1cf2114f9df237ac5bee076513010ab048c | |
parent | 46639f655d931185a3e2280ded2c75907bd5b87f (diff) | |
download | tcl-575b82f7bea90171939adfca2c2eeea46416e30b.zip tcl-575b82f7bea90171939adfca2c2eeea46416e30b.tar.gz tcl-575b82f7bea90171939adfca2c2eeea46416e30b.tar.bz2 |
Move functions declarations out of win/tclWinInt.h that are now in
generic/tclInt.decls
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | win/tclWinInt.h | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -1,3 +1,8 @@ +1999-08-03 Scott Redman <redman@scriptics.com> + + * win/tclWinInt.h: Remove function declarations in header that was + moved to tclInt.decls file in previous changes. + 1999-08-02 Scott Redman <redman@scriptics.com> * unix/configure.in: diff --git a/win/tclWinInt.h b/win/tclWinInt.h index 025b728..b744045 100644 --- a/win/tclWinInt.h +++ b/win/tclWinInt.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinInt.h,v 1.7 1999/04/16 00:48:09 stanton Exp $ + * RCS: @(#) $Id: tclWinInt.h,v 1.8 1999/08/03 18:07:15 redman Exp $ */ #ifndef _TCLWININT @@ -99,10 +99,7 @@ EXTERN Tcl_Encoding tclWinTCharEncoding; * stubs table. */ -EXTERN TclPlatformType *TclWinGetPlatform(void); -EXTERN int TclWinGetPlatformId(void); EXTERN void TclWinInit(HINSTANCE hInst); -EXTERN void TclWinSetInterfaces(int); # undef TCL_STORAGE_CLASS # define TCL_STORAGE_CLASS DLLIMPORT |