aboutsummaryrefslogtreecommitdiff
path: root/tests/glbegin_points.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glbegin_points.c')
-rw-r--r--tests/glbegin_points.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glbegin_points.c b/tests/glbegin_points.c
index 9128a4f5..ae061bb2 100644
--- a/tests/glbegin_points.c
+++ b/tests/glbegin_points.c
@@ -150,7 +150,7 @@ int main(int argc, char *argv[])
SDL_GL_SwapBuffers();
-#if !EMSCRIPTEN
+#if !defined(__EMSCRIPTEN__)
// Wait for 3 seconds to give us a chance to see the image
SDL_Delay(3000);
#endif