diff options
author | Alan Coopersmith <[email protected]> | 2009-03-23 19:38:58 -0700 |
---|---|---|
committer | Alan Coopersmith <[email protected]> | 2009-03-25 11:07:31 -0700 |
commit | 6dd9c221012d5e091b2ede90d9b2a6f0383abd58 (patch) | |
tree | 87f50368c09b840f34a57a785315140b0b75f144 /include/EGL/eglplatform.h | |
parent | 3cf6e62ae32870d16b2cfc45a37e54a6fb3a1fbe (diff) |
Convert u_int*_t to C99 standard uint*_t
Signed-off-by: Alan Coopersmith <[email protected]>
Diffstat (limited to 'include/EGL/eglplatform.h')
-rw-r--r-- | include/EGL/eglplatform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index d873428d756..0f34da063e3 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 |