From bc2fc7cb168b88c19cd43846fca78e38658a8b22 Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 22 Jan 2001 00:56:30 +0000 Subject: Typedef correction for cygwin git-svn-id: http://svn.xiph.org/trunk/ogg@1190 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- include/ogg/os_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h index ff476be..7e02a40 100644 --- a/include/ogg/os_types.h +++ b/include/ogg/os_types.h @@ -12,7 +12,7 @@ ******************************************************************** function: #ifdef jail to whip a few platforms into the UNIX ideal. - last mod: $Id: os_types.h,v 1.3 2000/11/13 23:54:58 xiphmont Exp $ + last mod: $Id: os_types.h,v 1.4 2001/01/22 00:56:30 xiphmont Exp $ ********************************************************************/ #ifndef _OS_TYPES_H @@ -40,7 +40,7 @@ typedef __int16 ogg_int16_t; #include <_G_config.h> typedef _G_int64_t ogg_int64_t; typedef _G_int32_t ogg_int32_t; -typedef unsigned _G_int32_t ogg_uint32_t; +typedef _G_uint32_t ogg_uint32_t; typedef _G_int16_t ogg_int16_t; # endif -- cgit v1.2.1