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:
@@ -438,7 +438,7 @@ main(int argc, char *argv[])
|
||||
(void)getchar();
|
||||
}
|
||||
else
|
||||
Sleep(3000);
|
||||
sleep(3);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user