Build fix for win32
authorMonty <xiphmont@xiph.org>
Mon, 19 Jun 2000 22:55:49 +0000 (22:55 +0000)
committerMonty <xiphmont@xiph.org>
Mon, 19 Jun 2000 22:55:49 +0000 (22:55 +0000)
svn path=/trunk/vorbis/; revision=463

include/vorbis/os_types.h

index d43960b..59fffed 100644 (file)
  ********************************************************************
 
  function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id: os_types.h,v 1.4 2000/06/19 14:59:06 xiphmont Exp $
+ last mod: $Id: os_types.h,v 1.5 2000/06/19 22:55:49 xiphmont Exp $
 
  ********************************************************************/
 
 #if defined (_WIN32) && !defined(__GNUC__)
 typedef __int64 int64_t;
+#define vorbis_size32_t int
 #endif
 
 #ifdef __BEOS__