Re: [Audacity-devel] [doug@jekyl.ddts.net: Bug#140417: audacity: Fails to read several formats on A
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Matt B. <mbr...@cs...> - 2002-03-29 04:58:12
|
> > > 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. |