X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fsyserror.cpp;h=a4f8edae99413543deddff0e2192d0cc2c1f101c;hp=8c28c3b6d5859a964f678fc543a55059ef4804ef;hb=9f29c8b32c972db1178d6f8551d5cd57ceb67083;hpb=3195acb0c7c6e7a660fe27eb653a0aca56e91024 diff --git a/libctsupport/syserror.cpp b/libctsupport/syserror.cpp index 8c28c3b..a4f8eda 100644 --- a/libctsupport/syserror.cpp +++ b/libctsupport/syserror.cpp @@ -1,8 +1,8 @@ /***************************************************************************** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg +** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: syserror.cpp,v 1.16 2001/01/18 21:30:22 kevin Exp $ +** $Id: syserror.cpp,v 1.19 2001/01/28 19:10:18 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -25,7 +25,10 @@ #include #include #include "ct.h" + +#ifdef HAVE_WXWINDOWS #include "../src/ctsim.h" +#endif /* NAME * sys_error System error handler @@ -52,7 +55,7 @@ void sys_error (int severity, const char *msg, ...) #ifdef HAVE_WXWINDOWS if (g_bRunningWXWindows) - *theApp->getLog() << strOutput.c_str(); + wxLog::OnLog (wxLOG_Message, strOutput.c_str(), time(NULL)); else #endif std::cout << strOutput;