mirror of
https://github.com/minetest/irrlicht.git
synced 2025-06-30 23:30:27 +02:00
Always use system OpenGL extension headers
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#include "os.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include "wglext.h"
|
||||
#include <GL/wglext.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "OpenGL32.lib")
|
||||
|
Reference in New Issue
Block a user