summaryrefslogtreecommitdiff
path: root/src/egl/main/eglstring.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-06-15 19:34:51 +0800
committerChia-I Wu <olv@lunarg.com>2010-06-17 16:05:18 +0800
commit6f690caddcd9afbea6ed3e743b0c95c02c85e5ef (patch)
tree411245a6738c68cdf6a5eab3aad34d5712b8b3c2 /src/egl/main/eglstring.h
parent8f3e48ee2c77db7aeaf5ffc904db6790dd5a3bf4 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/eglstring.h b/src/egl/main/eglstring.h
index bebb758dd8..f1d559b24a 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