libwine: Add support for tcc

Alexandre Julliard julliard at winehq.org
Wed Jul 8 03:09:14 CDT 2015


André Hentschel <nerv at dawncrow.de> writes:

> @@ -67,7 +67,7 @@ void DECLSPEC_NORETURN wine_switch_to_stack( void (*func)(void *), void *arg, vo
>   * Switch to the specified stack to call the function and return.
>   */
>  
> -#if defined(__i386__) && defined(__GNUC__)
> +#if defined(__i386__) && (defined(__GNUC__) || defined(__TINYC__))

Are you planning to do this everywhere __GNUC__ is used?  If so, this
needs a better approach.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list