X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_ext.c;h=04b3b6e5be6de139e63b0872e630178dddd1ba69;hb=a630da4d7b24b4147120facf3f7a6a6839d31fb5;hp=cf2f4f932264ce8529846ed6ef2c360b567b265c;hpb=d67937396dc33c86017012859b2d9ed010fc6c88;p=freeglut diff --git a/src/freeglut_ext.c b/src/freeglut_ext.c index cf2f4f9..04b3b6e 100644 --- a/src/freeglut_ext.c +++ b/src/freeglut_ext.c @@ -113,7 +113,7 @@ static struct name_address_pair glut_functions[] = { "glutSpecialUpFunc", (void *) glutSpecialUpFunc }, #if !TARGET_HOST_WINCE { "glutJoystickFunc", (void *) glutJoystickFunc }, -#endif //TARGET_HOST_WINCE +#endif /* !TARGET_HOST_WINCE */ { "glutSetColor", (void *) glutSetColor }, { "glutGetColor", (void *) glutGetColor }, { "glutCopyColormap", (void *) glutCopyColormap }, @@ -160,7 +160,7 @@ static struct name_address_pair glut_functions[] = { "glutEnterGameMode", (void *) glutEnterGameMode }, { "glutLeaveGameMode", (void *) glutLeaveGameMode }, { "glutGameModeGet", (void *) glutGameModeGet }, -#endif //TARGET_HOST_WINCE +#endif /* !TARGET_HOST_WINCE */ /* freeglut extensions */ { "glutMainLoopEvent", (void *) glutMainLoopEvent }, { "glutLeaveMainLoop", (void *) glutLeaveMainLoop },