summaryrefslogtreecommitdiff
path: root/include/EGL/eglplatform.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-03-23 19:38:58 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-03-25 11:07:31 -0700
commit6dd9c221012d5e091b2ede90d9b2a6f0383abd58 (patch)
tree87f50368c09b840f34a57a785315140b0b75f144 /include/EGL/eglplatform.h
parent3cf6e62ae32870d16b2cfc45a37e54a6fb3a1fbe (diff)
Convert u_int*_t to C99 standard uint*_t
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'include/EGL/eglplatform.h')
-rw-r--r--include/EGL/eglplatform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h
index d873428d75..0f34da063e 100644
--- a/include/EGL/eglplatform.h
+++ b/include/EGL/eglplatform.h
@@ -57,7 +57,7 @@
#endif
typedef long int32_t;
-typedef unsigned long u_int32_t;
+typedef unsigned long uint32_t;
typedef unsigned char uint8_t;
#define snprintf _snprintf
#define strcasecmp _stricmp