On Tue, Mar 25, 2014 at 7:59 AM, Thomas Faber thomas.faber@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.
On 2014-03-25 13:34, Bruno Jesus wrote:
On Tue, Mar 25, 2014 at 7:59 AM, Thomas Faber thomas.faber@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.