0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

Make the dos installer work with more compilers.

This commit is contained in:
Bram Moolenaar
2010-07-07 15:14:03 +02:00
parent ccd9ccfa59
commit ab8205e8b8
7 changed files with 46 additions and 53 deletions

View File

@@ -438,7 +438,7 @@ main(int argc, char *argv[])
(void)getchar();
}
else
Sleep(3000);
sleep(3);
return 0;
}