[vorbis-dev] Bug fix, win32 stuff

Peter Jones pjones at redhat.com
Mon May 1 09:49:08 PDT 2000



On Mon, 1 May 2000, David Burnett wrote:

> >In order to get everything compiling cleanly across both win32
> >and linux, I had to add a new file "os_types.h" into the public
> >include directory.  
> I've noticed in BeOS these type are define in inttypes.h (a posix
> header). In Linux they are defined in stdint.h which is also #included
> in inttypes.h, is there no inttypes.h in Win32 ???

inttypes.h is in the c99 standard (which on linux #includes stdint.h).
Its also (more conventionally) in sys/types.h on most unix systems.

So if the windows compiler doesn't do c99 things yet (which wouldn't
suprise me), it isn't going to have inttypes.h .

 -- Peter

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/



More information about the Vorbis-dev mailing list