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:
magmaikh 2002-10-14 00:13:18 +00:00
parent 08bd05c8c4
commit 16cf673e13

View file

@ -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