25 Mar
2014
25 Mar
'14
3:50 p.m.
On 2014-03-25 13:34, Bruno Jesus wrote:
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.
Yeah, can do. Sending an updated version.