X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadraster.h;fp=src%2Fthreadraster.h;h=2644a45840cdb9fe72e6ebb254ea295755040764;hp=b161c03abb84dfe57279e279af6e8f932e424eb7;hb=52f2fdc3424cd6b5b77ad1497243e1e06739ffe6;hpb=eb33bec27b609785c97a8cece532f2348989d308 diff --git a/src/threadraster.h b/src/threadraster.h index b161c03..2644a45 100644 --- a/src/threadraster.h +++ b/src/threadraster.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadraster.h,v 1.1 2001/02/27 03:59:30 kevin Exp $ +** $Id: threadraster.h,v 1.2 2001/03/02 21:11:50 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 @@ -28,6 +28,8 @@ #ifndef _THREADRASTER_H #define _THREADRASTER_H +#ifdef HAVE_WXTHREADS + #include #include #include @@ -114,6 +116,6 @@ public: virtual void OnExit(); }; - -#endif +#endif // HAVE_WXTHREADS +#endif // _THREADRASTER_H_