Fixed amalgmated build on Linux.

This commit is contained in:
Бранимир Караџић
2022-10-28 12:16:49 -07:00
parent e841891a40
commit f6a1289dbc

View File

@@ -12,8 +12,9 @@
# define GLX_GLXEXT_PROTOTYPES
# include <glx/glxext.h>
// will include X11 which #defines None...
// glxext will include X11 which #defines None, Status, etc.
#undef None
#undef Status
namespace bgfx { namespace gl
{