Re: ws2_32(2/8): Add af_irda.h (try 3)

2009-08-12 Thread Juan Lang
> These don't seem to match the PSDK headers or MSDN (which don't match > each other either...)  Which are the correct ones? Oof. Your guess is as good as mine. I looked at MSDN and at MinGW's headers for inspiration, but MSDN says multiple incompatible versions of af_irda.h were released. I'll

Re: ws2_32(2/8): Add af_irda.h (try 3)

2009-08-12 Thread Alexandre Julliard
Juan Lang writes: > +typedef struct _IAS_QUERY > +{ > +UCHAR irdaDeviceID[4]; > +#ifdef USE_WS_PREFIX > +char irdaClassName[WS_IAS_MAX_CLASSNAME]; > +char irdaAttribName[WS_IAS_MAX_ATTRIBNAME]; > +#else > +char irdaClassName[IAS_MAX_CLASSNAME]; > +char irdaAttribName[