1
0
forked from aniani/vim

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;
}