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 (
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
I can put Windows XP, Vista, 2003, 2008. But not Windows 7.
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
Hello
The patch "kernel32: GetTempFileName should return 0 when the path
isn't valid, including test" has the necessary tests,
anything I missed?
--
Oskar
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
> 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
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
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
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
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
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
12 matches
Mail list logo