Re: [Audacity-devel] [doug@jekyl.ddts.net: Bug#140417: audacity: Fails to read several formats on Al
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Dominic M. <do...@mi...> - 2002-03-29 05:36:18
|
This code _only_ applies to Audacity 0.9x, so my vote is to use int32_t (and just use #ifdefs on other platforms). I wonder if PortAudio is happy with 64-bit platforms? - Dominic Matt Brubeck wrote: >>>>I'm wondering specifically if the "int32_t" type is portable to Mac and >>>>Windows? >>>> >>>For portability we should use wxInt32 from <wx/defs.h>. >>> >>But notice that the code in question occurs in C source files; is >><wx/defs.h> guaranteed to be C-safe? >> > > No, it's not... :( > > I suppose we should just use int32_t, and add conditional typedefs if we find > that it is not available on all platforms. > > > _______________________________________________ > Audacity-devel mailing list > Aud...@li... > https://lists.sourceforge.net/lists/listinfo/audacity-devel > |