[xiph-cvs] cvs commit: ogg/include/ogg os_types.h

Monty xiphmont at xiph.org
Sun Jan 21 16:56:32 PST 2001



xiphmont    01/01/21 16:56:31

  Modified:    include/ogg os_types.h
  Log:
  Typedef correction for cygwin

Revision  Changes    Path
1.4       +2 -2      ogg/include/ogg/os_types.h

Index: os_types.h
===================================================================
RCS file: /usr/local/cvsroot/ogg/include/ogg/os_types.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- os_types.h	2000/11/13 23:54:58	1.3
+++ os_types.h	2001/01/22 00:56:30	1.4
@@ -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 @@
 #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

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list