wine/include/msvcrt malloc.h

Alexandre Julliard julliard at winehq.com
Thu Apr 17 13:34:26 CDT 2003


"Dimitrie O. Paun" <dimi at intelliware.ca> writes:

> If we know it's GNUC, isn't it better to use the alias feature,
> so we don't run into problems with the macros, like we use to?

__builtin_alloca is not a normal function, it's a compiler builtin, so
it's not possible to make an alias to it.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list