X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_window.c;h=32a0aba5d9848229845261385804a22616f7d11a;hb=28e400c655f1b1a1bf775eebefcf6985d305147b;hp=a8bdf21020328914ba1c5e83de80552875a482ce;hpb=744adafb5f4cd38f4e77d3a2751edfbc90367fea;p=freeglut diff --git a/src/freeglut_window.c b/src/freeglut_window.c index a8bdf21..32a0aba 100644 --- a/src/freeglut_window.c +++ b/src/freeglut_window.c @@ -162,7 +162,9 @@ GLboolean fgSetupPixelFormat( SFG_Window* window, GLboolean checkOnly, if( fgState.DisplayMode & GLUT_DOUBLE ) flags |= PFD_DOUBLEBUFFER; +#if defined(_MSC_VER) #pragma message( "fgSetupPixelFormat(): there is still some work to do here!" ) +#endif /* * Specify which pixel format do we opt for...