X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Time%2Fevent.h;h=6532878c03f484ea9c8b0f8c83e2796ad757f0fb;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=88033c1f9518da74ac1362a32fb54762954f9e4e;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/Time/event.h b/Time/event.h index 88033c1f9..6532878c0 100644 --- a/Time/event.h +++ b/Time/event.h @@ -24,6 +24,10 @@ **************************************************************************/ +#ifndef _EVENT_H +#define _EVENT_H + + #define FG_EVENT_SUSP 0 #define FG_EVENT_READY 1 #define FG_EVENT_QUEUED 2 @@ -57,11 +61,17 @@ void fgEventPrintStats( void ); void fgEventProcess( void ); +#endif /* _EVENT_H */ + + /* $Log$ -/* Revision 1.2 1998/01/19 18:40:39 curt -/* Tons of little changes to clean up the code and to remove fatal errors -/* when building with the c++ compiler. +/* Revision 1.3 1998/01/22 02:59:43 curt +/* Changed #ifdef FILE_H to #ifdef _FILE_H /* + * Revision 1.2 1998/01/19 18:40:39 curt + * Tons of little changes to clean up the code and to remove fatal errors + * when building with the c++ compiler. + * * Revision 1.1 1997/12/30 04:19:22 curt * Initial revision. *