From 6dd9c221012d5e091b2ede90d9b2a6f0383abd58 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 23 Mar 2009 19:38:58 -0700 Subject: Convert u_int*_t to C99 standard uint*_t Signed-off-by: Alan Coopersmith --- include/EGL/eglext.h | 4 ++-- include/EGL/eglplatform.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/EGL/eglext.h b/include/EGL/eglext.h index a4698ccd16..b65f7f2bcc 100644 --- a/include/EGL/eglext.h +++ b/include/EGL/eglext.h @@ -136,8 +136,8 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGL #define EGL_INTERLACED_MESA 0x4008 #define EGL_SCREEN_BIT_MESA 0x08 -typedef u_int32_t EGLScreenMESA; -typedef u_int32_t EGLModeMESA; +typedef uint32_t EGLScreenMESA; +typedef uint32_t EGLModeMESA; #ifdef EGL_EGLEXT_PROTOTYPES EGLAPI EGLBoolean EGLAPIENTRY eglChooseModeMESA(EGLDisplay dpy, EGLScreenMESA screen, const EGLint *attrib_list, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes); 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 -- cgit v1.2.3