[PATCH 02/18] inetcomm: Add a framework for connecting to a server and sending/receiving data asynchronously with callbacks being called in the context of the original thread, using window messages.

Alexandre Julliard julliard at winehq.org
Fri Nov 2 08:02:48 CDT 2007


Robert Shearman <rob at codeweavers.com> writes:

> +#include "winsock2.h"
> +#include "winuser.h"
> +
> +#undef GetProp
> +#undef SendMessage
> +#undef SetProp
> +
> +#include "objbase.h"
> +#include "imnxport.h"

You forgot to submit the new imnxport.idl.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list