Re: ws2_32: Avoid a variable-length array.
25 Mar
2014
25 Mar
'14
12:34 p.m.
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.
25 Mar
25 Mar
3:50 p.m.
New subject: ws2_32: Avoid a variable-length array.
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.
4370
Age (days ago)
4370
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bruno Jesus -
Thomas Faber