diff options
author | sfan5 <sfan5@live.de> | 2022-02-26 11:38:43 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-02-26 12:11:27 +0100 |
commit | df908ef4eaa7fd3292faa34d690edce40106da3c (patch) | |
tree | 7b8904f8bd7714768831ecfbe7c1c54a3e65549e /source/Irrlicht/CWGLManager.cpp | |
parent | 01586f584aef460686c9ac7a59900ea90eb23fe8 (diff) | |
download | irrlicht-df908ef4eaa7fd3292faa34d690edce40106da3c.tar.xz |
Get rid of various old compiler and platform checks
Diffstat (limited to 'source/Irrlicht/CWGLManager.cpp')
-rw-r--r-- | source/Irrlicht/CWGLManager.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/Irrlicht/CWGLManager.cpp b/source/Irrlicht/CWGLManager.cpp index 3d6e4f8..182c460 100644 --- a/source/Irrlicht/CWGLManager.cpp +++ b/source/Irrlicht/CWGLManager.cpp @@ -11,10 +11,6 @@ #include <GL/gl.h>
#include <GL/wglext.h>
-#ifdef _MSC_VER
- #pragma comment(lib, "OpenGL32.lib")
-#endif
-
namespace irr
{
namespace video
|