include: Add missing definitions in af_irda.h. (try 2)

Alexandre Julliard julliard at winehq.org
Sat Aug 29 11:19:14 CDT 2009


Thomas Trummer <th.trummer at gmail.com> writes:

> @@ -97,4 +100,159 @@ typedef struct _SOCKADDR_IRDA
>  #define LmCharSetISO_8859_9 0x09
>  #define LmCharSetUNICODE    0xff
>  
> +#define SIO_LAZY_DISCOVERY  _IOR('t', 127, ULONG)
> +
> +#define WINDOWS_AF_IRDA                       26
> +#define WINDOWS_PF_IRDA          WINDOWS_AF_IRDA
> +
> +#define WCE_AF_IRDA                           22
> +#define WCE_PF_IRDA                  WCE_AF_IRDA
> +
> +#ifndef AF_IRDA
> +#define AF_IRDA                  WINDOWS_AF_IRDA
> +#endif
> +
> +#ifndef PF_IRDA
> +#define PF_IRDA                          AF_IRDA
> +#endif
> +
> +#define IRDA_PROTO_SOCK_STREAM                 1

You need a WS prefix on all definitions that can conflict with Unix.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list