diff options
author | Chia-I Wu <[email protected]> | 2010-08-20 12:35:02 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-08-20 19:22:35 +0800 |
commit | f508c0c09702a5ea53dcb58721f3674605594c6e (patch) | |
tree | fd1a77630488e10a74d60032b2b1c668eb5ef103 /src/egl/main/SConscript | |
parent | 4df17f9dfea527b83a896aabd9944e3563cb4a0e (diff) |
egl: Allow core functions to be queried.
When _EGL_GET_CORE_ADDRESSES is defined, eglGetProcAddress can be used to query
core functions. This is non-standard, but some apps expect it.
Diffstat (limited to 'src/egl/main/SConscript')
-rw-r--r-- | src/egl/main/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/SConscript b/src/egl/main/SConscript index c7ba45c0d69..1e4d4f39de1 100644 --- a/src/egl/main/SConscript +++ b/src/egl/main/SConscript @@ -12,6 +12,7 @@ if env['platform'] != 'winddk': '_EGL_NATIVE_PLATFORM=_EGL_PLATFORM_WINDOWS', '_EGL_DRIVER_SEARCH_DIR=\\"\\"', '_EGL_OS_WINDOWS', + '_EGL_GET_CORE_ADDRESSES', 'KHRONOS_DLL_EXPORTS', ]) |