]> git.tdb.fi Git - libs/gui.git/commit
Do not use wglext.h
authorMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 09:24:45 +0000 (12:24 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 09:24:45 +0000 (12:24 +0300)
commitc27844be9db4862d52b1d1e523d1113929a96d5d
tree70e2588e8410b34c1ef900a63d15afe3ac74a6cc
parent44d4879975b087e9accb82c6531c3c573a0ec107
Do not use wglext.h

It does not exist in the Windows SDK.  Instead add manual definitions
for what we need.
source/graphics/wgl/glcontext.cpp