summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-01-22 00:56:30 +0000
committerMonty <xiphmont@xiph.org>2001-01-22 00:56:30 +0000
commitbc2fc7cb168b88c19cd43846fca78e38658a8b22 (patch)
treeda9e7562b5b04e29b93da222a50cb7bcc30d5789 /include
parent823465a621c74d89a9b7b3a136749ec96fb54f68 (diff)
downloadogg-bc2fc7cb168b88c19cd43846fca78e38658a8b22.tar.gz
Typedef correction for cygwin
git-svn-id: http://svn.xiph.org/trunk/ogg@1190 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/os_types.h4
1 files changed, 2 insertions, 2 deletions
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