#pragma message is only understood my MS compiler
#if defined(_MSC_VER) .. #endif git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@423 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
4be32e042b
commit
3585f68a7f
@ -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...
|
||||
|
Reference in New Issue
Block a user