Detlef Riekenberg wine.dev@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@winehq.org