remove system(PAUSE) for gcc, Thanks to Lukas Fittl
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@409 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
5a9457da09
commit
dd7235322b
9 changed files with 34 additions and 19 deletions
|
@ -448,8 +448,8 @@ int main()
|
|||
|
||||
#endif //#if !defined(_MSC_VER) || (_MSC_VER>=1400)
|
||||
|
||||
#if defined(__BORLANDC__) || defined(__GNUC__) || defined(_MSC_VER)
|
||||
system("pause");
|
||||
#if defined(__BORLANDC__) || defined(_MSC_VER)
|
||||
system("PAUSE");
|
||||
#endif
|
||||
|
||||
std::cout << "\nnow leaving main \n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue