[physfs] [FIX] Compilation errors under MinGW 3.4.4 and win2000

Ryan C. Gordon icculus at icculus.org
Thu Jul 12 05:02:01 EDT 2007


>> +#ifndef alloca
>> +#define alloca(x) __builtin_alloca(x)
>> +#endif
> 
> Wow, mingw still doesn't have this #defined in their headers at all?

Apparently it's in alloca.h ... I think this is fixed in Subversion, but 
I don't have mingw to test it.

--ryan.





More information about the physfs mailing list