X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_init.c;h=43d3e2590b3236da4913422441c80da927819004;hb=a630da4d7b24b4147120facf3f7a6a6839d31fb5;hp=6b69f9bd518a38cac6440a29d6c196d9e437edc5;hpb=bc0d27e8c973c916fc87fa752e60a9de7d54b55b;p=freeglut diff --git a/src/freeglut_init.c b/src/freeglut_init.c index 6b69f9b..43d3e25 100644 --- a/src/freeglut_init.c +++ b/src/freeglut_init.c @@ -213,7 +213,7 @@ void fgInitialize( const char* displayName ) #if !TARGET_HOST_WINCE fgJoystickInit( 0 ); fgJoystickInit( 1 ); -#endif //!TARGET_HOST_WINCE +#endif /* !TARGET_HOST_WINCE */ fgState.Initialised = GL_TRUE; } @@ -259,7 +259,7 @@ void fgDeinitialize( void ) #if !TARGET_HOST_WINCE fgJoystickClose( ); -#endif //!TARGET_HOST_WINCE +#endif /* !TARGET_HOST_WINCE */ fgState.Initialised = GL_FALSE; @@ -623,7 +623,7 @@ void FGAPIENTRY glutInit( int* pargc, char** argv ) } } -#endif //TARGET_HOST_WINCE +#endif /* TARGET_HOST_WINCE */ /* * Have the display created now. If there wasn't a "-display"