Re: user32: make the listbox tests pass in directories other than dlls/user32/tests. [RESEND]
7 Feb
2008
7 Feb
'08
11:57 a.m.
"Reece Dunn" <msclrhd(a)googlemail.com> writes:
diff --git a/dlls/user32/tests/listbox.c b/dlls/user32/tests/listbox.c index 3645190..f1a7b2b 100644 --- a/dlls/user32/tests/listbox.c +++ b/dlls/user32/tests/listbox.c @@ -560,6 +560,8 @@ static void test_listbox_LB_DIR() char * p; char driveletter;
+ fclose( fopen( "wtest1.tmp.c", "w" ) );
Using stdio is not really appropriate here, CreateFile() would be a better choice. -- Alexandre Julliard julliard(a)winehq.org
6521
Age (days ago)
6521
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard