libs/port: Use the gcc interlocked code also for pcc

Alexandre Julliard julliard at winehq.org
Wed Aug 26 09:35:12 CDT 2009


Detlef Riekenberg <wine.dev at web.de> writes:

> @@ -24,7 +24,7 @@
>  
>  #ifdef __i386__
>  
> -#ifdef __GNUC__
> +#if defined(__GNUC__) || defined(__PCC__)

A better way would be to make this case the default, it's not all that
gcc-specific.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list