diff options
Diffstat (limited to 'win/tclAppInit.c')
| -rw-r--r-- | win/tclAppInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclAppInit.c b/win/tclAppInit.c index 6444b21..fa27756 100644 --- a/win/tclAppInit.c +++ b/win/tclAppInit.c @@ -126,7 +126,7 @@ _tmain( #ifdef TCL_LOCAL_MAIN_HOOK TCL_LOCAL_MAIN_HOOK(&argc, &argv); -#elif !defined(_WIN32) && !defined(UNICODE) +#elif !defined(_WIN32) || defined(UNICODE) /* This doesn't work on Windows without UNICODE */ TclZipfs_AppHook(&argc, &argv); #endif |
