X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Time%2Ffg_time.h;h=6e39cdb39f467adb392cc5cbfd56038b7e3368bd;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=226efa92bcac605ef937fe68d95e862d1249a7cb;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/Time/fg_time.h b/Time/fg_time.h index 226efa92b..6e39cdb39 100644 --- a/Time/fg_time.h +++ b/Time/fg_time.h @@ -24,8 +24,8 @@ **************************************************************************/ -#ifndef FG_TIME_H -#define FG_TIME_H +#ifndef _FG_TIME_H +#define _FG_TIME_H #ifdef WIN32 @@ -95,14 +95,17 @@ void fgTimeInit(struct fgTIME *t); void fgTimeUpdate(struct fgFLIGHT *f, struct fgTIME *t); -#endif /* FG_TIME_H */ +#endif /* _FG_TIME_H */ /* $Log$ -/* Revision 1.13 1998/01/19 19:27:20 curt -/* Merged in make system changes from Bob Kuehne -/* This should simplify things tremendously. +/* Revision 1.14 1998/01/22 02:59:43 curt +/* Changed #ifdef FILE_H to #ifdef _FILE_H /* + * Revision 1.13 1998/01/19 19:27:20 curt + * Merged in make system changes from Bob Kuehne + * This should simplify things tremendously. + * * Revision 1.12 1998/01/05 18:44:37 curt * Add an option to advance/decrease time from keyboard. *