Re: [3/3] user32: Implemented GetWindowRgnBox with tests

2009-04-01 Thread Paul Vriens
Nikolay Sivov wrote: IE8 requested this. Changelog: - Implemented GetWindowRgnBox with tests +static void test_winregion() +{ +HWND hwnd; +RECT r; +int ret; +HRGN hrgn; + +hwnd = CreateWindowExA(0, "static", NULL, WS_VISIBLE, 10, 10, 10, 10, NULL, 0, 0, NULL); +if (

Re: Windows 7

2009-04-01 Thread Austin English
On Wed, Apr 1, 2009 at 6:34 AM, Fred . wrote: > I can put Windows XP, Vista, 2003, 2008. But not Windows 7. > > > It's not officially released yet, it's still a beta. -- -Austin

Windows 7

2009-04-01 Thread Fred .
I can put Windows XP, Vista, 2003, 2008. But not Windows 7.

Documentation

2009-04-01 Thread Fred .
I saw on http://www.winehq.org/status/wine That there Nonexistent documentation for "Initial directory structure" and Poor documentation for "Initial INI files". So I wrote documentation for those on the wiki. http://wiki.winehq.org/Initial_directory_structure http://wiki.winehq.org/Initial_INI_fi

Re: GetTempFileName should return 0 when the path isn't valid

2009-04-01 Thread Oskar Eisemuth
Hello The patch "kernel32: GetTempFileName should return 0 when the path isn't valid, including test" has the necessary tests, anything I missed? -- Oskar

Re: gdi32: don't compile printdtv16 on 64-bit

2009-04-01 Thread Detlef Riekenberg
On Di, 2009-03-24 at 22:19 -0500, Austin English wrote: > +@ stdcall -i386 WriteSpool16(long ptr long) You disable Printing in Wine with that. -- By by ... Detlef

Re: mshtml/tests: Fix tests on Windows

2009-04-01 Thread Ge van Geldorp
> From: Reece Dunn > 2009/4/1 Ge van Geldorp : > > Modify load_state only in ReadyState_Changed callback. > > > > Changelog: > > ?Fix tests on Windows > > > > --- > > ?dlls/mshtml/tests/htmldoc.c | ? 28 +++- > > ?1 files changed, 23 insertions(+), 5 deletions(-) > > ?mode c

Students, get in your GSoC proposals NOW.

2009-04-01 Thread Kai Blin
Hi folks, Google has asked the mentoring orgs to remind students to submit their applications now rather than later, so Google can plan ahead better. You still can edit your proposals up until the deadline. Cheers, Kai -- Kai Blin WorldForge developer http://www.worldforge.org/ Wine develope

Re: [1/5] resend include: bring in6_addr into line with the MS definition

2009-04-01 Thread Rob Shearman
2009/4/1 Jeff Latimer : > Alexandre Julliard wrote: >> >> Jeff Latimer writes: >> >> >>> >>> diff --git a/include/ws2tcpip.h b/include/ws2tcpip.h >>> index a38ccda..9ddb3d1 100644 >>> --- a/include/ws2tcpip.h >>> +++ b/include/ws2tcpip.h >>> @@ -85,26 +85,41 @@ struct WS(ip_msfilter) { >>>     str

Re: mshtml/tests: Fix tests on Windows

2009-04-01 Thread Reece Dunn
2009/4/1 Ge van Geldorp : > Modify load_state only in ReadyState_Changed callback. > > Changelog: >  Fix tests on Windows > > --- >  dlls/mshtml/tests/htmldoc.c |   28 +++- >  1 files changed, 23 insertions(+), 5 deletions(-) >  mode change 100644 => 100755 dlls/mshtml/tests

Re: [1/5] resend include: bring in6_addr into line with the MS definition

2009-04-01 Thread Jeff Latimer
Alexandre Julliard wrote: Jeff Latimer writes: diff --git a/include/ws2tcpip.h b/include/ws2tcpip.h index a38ccda..9ddb3d1 100644 --- a/include/ws2tcpip.h +++ b/include/ws2tcpip.h @@ -85,26 +85,41 @@ struct WS(ip_msfilter) { struct WS(in_addr) imsf_slist[1]; }; -typedef struct WS(in

Re: advapi32/tests: Skip some tests using English names when running on non-English locales

2009-04-01 Thread Paul Vriens
Ge van Geldorp wrote: Account names are localized. Similar to existing skip in line 1806. Changelog: Skip some tests using English names when running on non-English locales --- dlls/advapi32/tests/security.c | 45 ++- 1 files changed, 25 insertions(+), 2