aboutsummaryrefslogtreecommitdiff
path: root/tests/glgettexenv.c
diff options
context:
space:
mode:
authorDan Gohman <sunfish@google.com>2014-02-24 08:46:38 -0800
committerDan Gohman <sunfish@google.com>2014-02-25 11:58:53 -0800
commit3317f2cd793893073619a87a462da26c505ba9eb (patch)
tree89929a716269220d19aa3c4b6d2cd8bbe13343b7 /tests/glgettexenv.c
parentc600155b1fef26a248d6467a89030328db0fedab (diff)
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
Diffstat (limited to 'tests/glgettexenv.c')
-rw-r--r--tests/glgettexenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glgettexenv.c b/tests/glgettexenv.c
index a051a690..54bf2af8 100644
--- a/tests/glgettexenv.c
+++ b/tests/glgettexenv.c
@@ -12,7 +12,7 @@ RESULTING FROM THE USE, MODIFICATION, OR
REDISTRIBUTION OF THIS SOFTWARE.
*/
-#if !EMSCRIPTEN
+#ifndef __EMSCRIPTEN__
#define USE_GLEW 1
#endif