On Tue, Mar 25, 2014 at 7:59 AM, Thomas Faber <thomas.faber(a)reactos.org> wrote:
>
> #ifdef HAS_IRDA
> +#define MAX_IRDA_DEVICES 10
> +
I guess you could #undef before the #endif for HAS_IRDA since the
define is no longer used, but that is just my opinion.