mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed asmjs build. Issue #754.
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
|
||||
#include <EGL/egl.h>
|
||||
#include <EGL/eglext.h>
|
||||
#if defined(Success)
|
||||
// X11 defines Success
|
||||
# undef Success
|
||||
#endif // defined(Success)
|
||||
|
||||
namespace bgfx { namespace gl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user