diff options
author | Chia-I Wu <[email protected]> | 2010-06-15 19:34:51 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-06-17 16:05:18 +0800 |
commit | 6f690caddcd9afbea6ed3e743b0c95c02c85e5ef (patch) | |
tree | 411245a6738c68cdf6a5eab3aad34d5712b8b3c2 /src/egl/main/eglstring.h | |
parent | 8f3e48ee2c77db7aeaf5ffc904db6790dd5a3bf4 (diff) |
egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.
A platform means a native window system in EGL. Use OS that follows
Gallium instead.
Diffstat (limited to 'src/egl/main/eglstring.h')
-rw-r--r-- | src/egl/main/eglstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/eglstring.h b/src/egl/main/eglstring.h index bebb758dd82..f1d559b24a2 100644 --- a/src/egl/main/eglstring.h +++ b/src/egl/main/eglstring.h @@ -3,7 +3,7 @@ #include <string.h> -#ifdef _EGL_PLATFORM_WINDOWS +#ifdef _EGL_OS_WINDOWS #define _eglstrcasecmp _stricmp #define _eglsnprintf _snprintf #else |