X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2FGLUTkey.h;h=671eabece92b781782b01f88e1a479988b44670a;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=3b867ae0c277ad5c2df2dfb146b152ffc8af6f9a;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/Main/GLUTkey.h b/Main/GLUTkey.h index 3b867ae0c..671eabece 100644 --- a/Main/GLUTkey.h +++ b/Main/GLUTkey.h @@ -24,8 +24,8 @@ **************************************************************************/ -#ifndef GLUTKEY_H -#define GLUTKEY_H +#ifndef _GLUTKEY_H +#define _GLUTKEY_H #ifdef GLUT @@ -40,13 +40,16 @@ void GLUTkey(unsigned char k, int x, int y); void GLUTspecialkey(int k, int x, int y); -#endif /* GLUTKEY_H */ +#endif /* _GLUTKEY_H */ /* $Log$ -/* Revision 1.5 1997/07/23 21:52:23 curt -/* Put comments around the text after an #endif for increased portability. +/* Revision 1.6 1998/01/22 02:59:36 curt +/* Changed #ifdef FILE_H to #ifdef _FILE_H /* + * Revision 1.5 1997/07/23 21:52:23 curt + * Put comments around the text after an #endif for increased portability. + * * Revision 1.4 1997/06/02 03:40:06 curt * A tiny bit more view tweaking. *