Browse Source

Turn the "is_windows" flag _on_ when compiled on windows

pull/374/head
unknown 19 years ago
parent
commit
ca99440907
  1. 2
      client/mysqltest.c

2
client/mysqltest.c

@ -5837,7 +5837,7 @@ int main(int argc, char **argv)
init_builtin_echo();
#ifdef __WIN__
is_windows= 0;
is_windows= 1;
init_tmp_sh_file();
init_win_path_patterns();
#endif

Loading…
Cancel
Save