r1231: configure.in
[ctsim.git] / include / ctglobals.h
index 6e9d88f1fe03cda0c3ecb1049bedec4c770b2e13..4c9b7240008d8d478591e50f351fb287a113426b 100644 (file)
@@ -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