On 11/16/2011 07:34 PM, Vitaliy Margolen wrote:
On 11/16/2011 08:31 AM, Francois Gouget wrote:
---
I moved DllMain() to the end of the file so it comes after the variable
declaration.
It's already forward declared few lines after DllMain(). So you should move
that declaration instead.
Hm... i
On 11/16/2011 08:31 AM, Francois Gouget wrote:
---
I moved DllMain() to the end of the file so it comes after the variable
declaration.
It's already forward declared few lines after DllMain(). So you should move
that declaration instead.
Hm... it seems this patch already committed. Alexadre,
> That's a lot of stuff. What needs it?
It's also obviously incorrect in places.
--Juan
That's a lot of stuff. What needs it?
Also, please avoid trivial whitespace changes.
On Wed, Nov 16, 2011 at 14:15, ArasH wrote:
> ---
> include/http.h | 1266
> +++-
> 1 files changed, 1251 insertions(+), 15 deletions(-)
The patch should show your full name.
See http://wiki.winehq.org/SubmittingPatches for more information.
Jacek Caban writes:
> ---
> dlls/mshtml/tests/activex.c | 133
> ++
> 1 files changed, 95 insertions(+), 38 deletions(-)
It doesn't work here:
../../../tools/runtest -q -P wine -M mshtml.dll -T ../../.. -p
mshtml_test.exe.so activex.c && touch activex.
Hi Erich,
+ * Bind the given socket exclusively to a specific interface.
I know the style around here is to comment minimally, but I didn't
find it clear what the behavior of this function is. For one thing,
+static int interface_bind( int fd, struct sockaddr *addr )
(snip)
+int ret = FALSE
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=15467
Your paranoid android
On 11/16/11 13:50, Marvin wrote:
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.