no message
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@71 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
08bd05c8c4
commit
16cf673e13
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ int main()
|
|||
|
||||
int result = Test::run("Loki Unit Test");
|
||||
|
||||
#if defined(__BORLANDC__) || defined(__GNUC__)
|
||||
#if defined(__BORLANDC__) || defined(__GNUC__) || defined(_MSC_VER)
|
||||
system("pause"); // Stop console window from closing if run from IDE.
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue