fix build failures with newer compiler versions
This commit is contained in:
@@ -39,9 +39,13 @@
|
||||
# include <Windows.h>
|
||||
# include <GL/gl.h>
|
||||
# include <GL/glu.h>
|
||||
# if defined(_MSC_VER) && _MSC_VER >= 1910
|
||||
# include <GL/glext.h>
|
||||
# endif
|
||||
#else
|
||||
# include <GL/gl.h>
|
||||
# include <GL/glu.h>
|
||||
# include <GL/glext.h>
|
||||
#endif
|
||||
|
||||
#include "OpenGLImageBox.h"
|
||||
|
||||
Reference in New Issue
Block a user