On 11/17/05, Detlef Riekenberg <[EMAIL PROTECTED]> wrote:
>
> I have NT3.51sp5 with ie5.00 here. (qemu)
> Tell me, what you want to be tested.
>

Can you run the advpack test after applying and compiling the
following patch?  Just send back the output.

Thanks,
James Hawkins
Index: dlls/advpack/tests/advpack.c
===================================================================
RCS file: /home/wine/wine/dlls/advpack/tests/advpack.c,v
retrieving revision 1.8
diff -u -p -r1.8 advpack.c
--- dlls/advpack/tests/advpack.c	14 Nov 2005 12:27:39 -0000	1.8
+++ dlls/advpack/tests/advpack.c	16 Nov 2005 23:28:20 -0000
@@ -146,6 +146,8 @@ static void create_inf_file()
     HANDLE hf = CreateFile("c:\\test.inf", GENERIC_WRITE, 0, NULL,
                            CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL);
 
+    ok(hf != INVALID_HANDLE_VALUE, "Expected a valid handle, got INVALID_HANDLE_VALUE\n");
+
     append_str(&ptr, "[Version]\n");
     append_str(&ptr, "Signature=\"$Chicago$\"\n");
     append_str(&ptr, "[CustInstDestSection]\n");


Reply via email to