From: Nigel Stewart Date: Tue, 30 Dec 2003 01:58:19 +0000 (+0000) Subject: #pragma message is only understood my MS compiler X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=28e400c655f1b1a1bf775eebefcf6985d305147b;p=freeglut #pragma message is only understood my MS compiler #if defined(_MSC_VER) .. #endif git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@423 7f0cb862-5218-0410-a997-914c9d46530a --- 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...