Re: [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.
2 Nov
2007
2 Nov
'07
1:02 p.m.
Robert Shearman <rob(a)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(a)winehq.org
6705
Age (days ago)
6705
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard