diff options
Diffstat (limited to 'win/tclAppInit.c')
| -rw-r--r-- | win/tclAppInit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/tclAppInit.c b/win/tclAppInit.c index 5abf19a..bba1063 100644 --- a/win/tclAppInit.c +++ b/win/tclAppInit.c @@ -48,6 +48,9 @@ extern Tcl_LibraryInitProc Dde_SafeInit; #include <locale.h> #include <stdlib.h> #include <tchar.h> +#if defined(__GNUC__) +int _CRT_glob = 0; +#endif /* __GNUC__ */ /* * The following #if block allows you to change the AppInit function by using |
