X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Time%2Ffg_time.h;h=c520166d51107de039411989a826bb4ca992d7d8;hb=8c3b74b7751b7d505e72c82d02158a3643d272a5;hp=376fd7b499ccc6c42649aa2a5ddc6c8ce5d88be8;hpb=e84ad0511b5049a0b629bcf488d01ff043dc4f69;p=flightgear.git diff --git a/Time/fg_time.h b/Time/fg_time.h index 376fd7b49..c520166d5 100644 --- a/Time/fg_time.h +++ b/Time/fg_time.h @@ -28,9 +28,11 @@ #define _FG_TIME_H -// #ifdef WIN32 -// # include -// #endif +#include + +#ifdef HAVE_WINDOWS_H +# include +#endif #include #include @@ -113,10 +115,13 @@ void fgTimeUpdate(fgFLIGHT *f, struct fgTIME *t); /* $Log$ -/* Revision 1.17 1998/04/03 22:12:56 curt -/* Converting to Gnu autoconf system. -/* Centralized time handling differences. +/* Revision 1.18 1998/04/08 23:35:40 curt +/* Tweaks to Gnu automake/autoconf system. /* + * Revision 1.17 1998/04/03 22:12:56 curt + * Converting to Gnu autoconf system. + * Centralized time handling differences. + * * Revision 1.16 1998/02/07 15:29:47 curt * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss *