mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Export GLContext symbols to unbreak --disable-libxul builds. b=603167 r=vlad a=bustage
This commit is contained in:
parent
e2135e0bc0
commit
999c4be001
@ -348,7 +348,7 @@ struct THEBES_API ContextFormat {
|
|||||||
int colorBits() const { return red + green + blue; }
|
int colorBits() const { return red + green + blue; }
|
||||||
};
|
};
|
||||||
|
|
||||||
class GLContext
|
class THEBES_API GLContext
|
||||||
: public LibrarySymbolLoader
|
: public LibrarySymbolLoader
|
||||||
{
|
{
|
||||||
THEBES_INLINE_DECL_THREADSAFE_REFCOUNTING(GLContext)
|
THEBES_INLINE_DECL_THREADSAFE_REFCOUNTING(GLContext)
|
||||||
|
Loading…
Reference in New Issue
Block a user