diff options
author | Dan Gohman <sunfish@google.com> | 2014-02-24 08:46:09 -0800 |
---|---|---|
committer | Dan Gohman <sunfish@google.com> | 2014-02-25 11:58:53 -0800 |
commit | c600155b1fef26a248d6467a89030328db0fedab (patch) | |
tree | 5a72da7c752516383151913320d9713fd103eaa6 /system/include/EGL/eglplatform.h | |
parent | 377e75950fd04ed2705befe00b0c46f0e88a0cf7 (diff) |
Begin using the Emscripten toolchain in clang.
With the Emscripten toolchain, we can make clang do more of what we need
directly rather than in the wrapper scripts.
Diffstat (limited to 'system/include/EGL/eglplatform.h')
-rw-r--r-- | system/include/EGL/eglplatform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/EGL/eglplatform.h b/system/include/EGL/eglplatform.h index 2db2cc47..77e885a8 100644 --- a/system/include/EGL/eglplatform.h +++ b/system/include/EGL/eglplatform.h @@ -75,7 +75,7 @@ typedef HDC EGLNativeDisplayType; typedef HBITMAP EGLNativePixmapType; typedef HWND EGLNativeWindowType; -#elif defined(EMSCRIPTEN) +#elif defined(__EMSCRIPTEN__) typedef int EGLNativeDisplayType; typedef int EGLNativeWindowType; |