summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r--win/tclWinInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h
index 04e84d6..a9d7a60 100644
--- a/win/tclWinInt.h
+++ b/win/tclWinInt.h
@@ -30,9 +30,10 @@
#define VER_PLATFORM_WIN32_WINDOWS 1
#endif
+EXTERN int TclWinGetPlatformId(void);
+EXTERN void TclWinInit(HINSTANCE hInst);
EXTERN int TclWinSynchSpawn(void *args, int type, void **trans,
Tcl_Pid *pidPtr);
-EXTERN int TclWinGetPlatformId(void);
#endif /* _TCLWININT */