diff options
author | Jonathan White <[email protected]> | 2008-08-04 16:30:58 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-08-04 16:30:58 -0600 |
commit | 73c3c4d1cc9b6d01cc5e75ceac9c482e4c6f192a (patch) | |
tree | 2b74c7ac62be4411204e1998f882a5f028f60998 /include/EGL | |
parent | 655ca5afad5f5d79f0ad60b5aa7fcafd35e97b62 (diff) |
egl: typedef u_int32_t for Windows
Diffstat (limited to 'include/EGL')
-rw-r--r-- | include/EGL/eglplatform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index ab3b7398ca7..6d6fa27a3d5 100644 --- a/include/EGL/eglplatform.h +++ b/include/EGL/eglplatform.h @@ -56,6 +56,7 @@ #define EGLAPI __declspec(dllexport) #endif typedef long int32_t; +typedef unsigned long u_int32_t; typedef HDC NativeDisplayType; typedef HWND NativeWindowType; typedef HBITMAP NativePixmapType; |