Re: Added CoWaitForMultipleHandles to ole32.spec so it will be visible to W indows apps.

2007-02-01 Thread Michael Stefaniuc
Hello John, thanks for the patch. You do not need to add the entry to the ChangeLog file. That is done automaticly using the git changelog entries during the release of a new Wine version. Would you mind resubmitting the patch without that? bye michael John Morris wrote: From

Re: Synchronize code page 20127 table with Windows one

2007-02-01 Thread Robert Shearman
Dmitry Timoshkov wrote: The problem is that our translation table for code page 20127 is different from what Windows has, and the ansi_buf get mangled. Attached patch synchronizes our code page 20127 table with Windows one and fixes the bug. If you change a codepage from a unicode.org mapping

Re: [PATCH 1/7] server: Get the primary group from the token.

2007-02-01 Thread Robert Shearman
Vitaliy Margolen wrote: list_add_tail( token-groups, group-entry ); +/* Use first owner capable group as an owner */ +if (!token-primary_group group-owner) +token-primary_group = group-sid; +} +/* we really need a primary

Re: [PATCH 3/7] server: Implement object's security descriptor check against token.

2007-02-01 Thread Robert Shearman
Vitaliy Margolen wrote: +res = token_access_check( token, obj-sd, *access, priv, priv_count, + mapping, access, status ) == STATUS_SUCCESS + status == STATUS_SUCCESS; +if (!res) +{ +fprintf( stderr, access check failed\n ); +

Re: Synchronize code page 20127 table with Windows one

2007-02-01 Thread Dmitry Timoshkov
Robert Shearman [EMAIL PROTECTED] wrote: If you change a codepage from a unicode.org mapping then you need to add the changed .TXT file you generated it from to the build tree and update cpmap.pl to use it. That's not really possible due to a confusing license accompanying the unicode.org

Re: Donation for your work on Direct 3D

2007-02-01 Thread H. Verbeet
On 31/01/07, Stefan Dösinger [EMAIL PROTECTED] wrote: Hi, Thanks for the offer :-) I am employed by CodeWeavers, so its cw where you should donate to. I think the best way of doing so is to just buy a copy of CrossOver :-) Stefan Hi Stefan and Henry, i would like to send you 35 EUR or 45 USD

Office 2003 Installation

2007-02-01 Thread Jan de Mooij
Hi, I have tried to run the office 2003 installation, and in doing that I came across the following issues: - I think we need to undo a patch for msiexec [1]. CommandLineToArgvW does not what we want with slashes in paths followed by an (this also happens on Windows). Therefore we need to

Re: [PATCH] rasapi32: RasEnumConnections now returns correct buffer size (zero) when there are zero connections available

2007-02-01 Thread James Hawkins
On 2/1/07, John Smith [EMAIL PROTECTED] wrote: When RasEnumConnections completes the expected behaviour is to have the needed buffer size stored in *lpcb. Right now wine just leaves it at whatever size was passed. The windows 2000 behaviour (tested) for when they're are zero connections, *lpcb

RE: Conformance test for bug #7286

2007-02-01 Thread Koshelev, Misha Vladislavo
I copied and pasted that code straight from the StartNotificationThread function in the same file (well, minus the fact that I am waiting for two events, which is how the refcount problem is brought about), that is dlls/kernel32/tests/change.c. I will change it in my patch, do I also need to

Re: Conformance test for bug #7286

2007-02-01 Thread Misha Koshelev
Sending new patch to wine-patches now. Also, the important thing I think about this conformance test (although the checks of course are important too) is that on the current git version this conformance test will completely kill wineserver (which my other patch for this bug fixes). Misha On Fri,