[MPlayer-cvslog] r26111 - trunk/mp_msg.h
Rich Felker
dalias at aerifal.cx
Fri Feb 29 04:53:06 CET 2008
On Thu, Feb 28, 2008 at 07:31:35PM +0100, diego wrote:
> Author: diego
> Date: Thu Feb 28 19:31:35 2008
> New Revision: 26111
>
> Log:
> TARGET_OS2 is never set, use __OS2__ instead.
>
>
> Modified:
> trunk/mp_msg.h
>
> Modified: trunk/mp_msg.h
> ==============================================================================
> --- trunk/mp_msg.h (original)
> +++ trunk/mp_msg.h Thu Feb 28 19:31:35 2008
> @@ -111,7 +111,7 @@ int mp_msg_test(int mod, int lev);
>
> #include "config.h"
>
> -#ifdef TARGET_OS2
> +#ifdef __OS2__
Again, I'm against this general class of change. I've explained the
reasoning many times! Would you please honor that or at least discuss
it rather than continuing these bad commits?
Rich
More information about the MPlayer-cvslog
mailing list