Bug 1134565 - Remove DISABLE_STL_WRAPPING in gfx/angle. r=gps

This commit is contained in:
Mike Hommey 2015-02-19 19:33:41 +09:00
parent 1913fce44d
commit 77c7ab37e7

View File

@ -117,9 +117,6 @@ DEFINES['GL_APICALL'] = ""
DEFINES['GL_GLEXT_PROTOTYPES'] = ""
DEFINES['EGLAPI'] = ""
# ANGLE uses the STL, so we can't use our derpy STL wrappers.
DISABLE_STL_WRAPPING = True
# Only build libEGL/libGLESv2 on Windows
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':