diff options
Diffstat (limited to 'win')
| -rw-r--r-- | win/tclAppInit.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/tclAppInit.c b/win/tclAppInit.c index 339d61e..c293952 100644 --- a/win/tclAppInit.c +++ b/win/tclAppInit.c @@ -26,8 +26,14 @@ #endif #ifdef TCL_TEST +#ifdef __cplusplus +extern "C" { +#endif extern Tcl_LibraryInitProc Tcltest_Init; extern Tcl_LibraryInitProc Tcltest_SafeInit; +#ifdef __cplusplus +} +#endif #endif /* TCL_TEST */ #if defined(STATIC_BUILD) |
