X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fctglobals.h;h=4c9b7240008d8d478591e50f351fb287a113426b;hp=6e9d88f1fe03cda0c3ecb1049bedec4c770b2e13;hb=67fad72dc873923c43d8eaae1f6a4305dc5fd55e;hpb=c4777fef5a0b8e4dac9e9cf302a2548545dfddfe diff --git a/include/ctglobals.h b/include/ctglobals.h index 6e9d88f..4c9b724 100644 --- a/include/ctglobals.h +++ b/include/ctglobals.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctglobals.h,v 1.4 2001/01/28 19:10:18 kevin Exp $ +** $Id: ctglobals.h,v 1.5 2001/11/22 16:43:26 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 @@ -31,9 +31,9 @@ #ifdef HAVE_WXWINDOWS class CTSimApp; -extern bool g_bRunningWXWindows; // variable defined in syserror.cpp extern CTSimApp* theApp; - #endif +extern bool g_bRunningWXWindows; // variable defined in syserror.cpp + #endif