summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-08-03 18:07:11 (GMT)
committerredman <redman@noemail.net>1999-08-03 18:07:11 (GMT)
commit758c770f3235dee4c340005063d4139241845b4a (patch)
tree9bc3e1cf2114f9df237ac5bee076513010ab048c /win
parent1907943d19d5133a8eeac288dfe9b7f21365bb30 (diff)
downloadtcl-758c770f3235dee4c340005063d4139241845b4a.zip
tcl-758c770f3235dee4c340005063d4139241845b4a.tar.gz
tcl-758c770f3235dee4c340005063d4139241845b4a.tar.bz2
Move functions declarations out of win/tclWinInt.h that are now in
generic/tclInt.decls FossilOrigin-Name: 257bae6dc4a6104dff623292684a42ecbb1ca68c
Diffstat (limited to 'win')
-rw-r--r--win/tclWinInt.h5
1 files changed, 1 insertions, 4 deletions
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