Re: [PATCH] Add undocumented function to unify MultiByteToWideChar conversation

2011-04-28 Thread Marcus Meissner
On Thu, Apr 28, 2011 at 09:54:13AM +0200, Alexey Fisher wrote: > Am Donnerstag, den 28.04.2011, 09:25 +0200 schrieb Marcus Meissner: > > On Thu, Apr 28, 2011 at 09:03:51AM +0200, Alexey Fisher wrote: > > > Am Donnerstag, den 28.04.2011, 10:49 +0400 schrieb Nikolay Sivov: > > > > On 4/28/2011 10:45,

Re: [PATCH] Add undocumented function to unify MultiByteToWideChar conversation

2011-04-28 Thread Alexey Fisher
Am Donnerstag, den 28.04.2011, 09:25 +0200 schrieb Marcus Meissner: > On Thu, Apr 28, 2011 at 09:03:51AM +0200, Alexey Fisher wrote: > > Am Donnerstag, den 28.04.2011, 10:49 +0400 schrieb Nikolay Sivov: > > > On 4/28/2011 10:45, Alexey Fisher wrote: > > > > MultiByteToWideChar are called directly o

Re: [PATCH] Add undocumented function to unify MultiByteToWideChar conversation

2011-04-28 Thread Alexey Fisher
Am Donnerstag, den 28.04.2011, 09:25 +0200 schrieb Marcus Meissner: > On Thu, Apr 28, 2011 at 09:03:51AM +0200, Alexey Fisher wrote: > > Am Donnerstag, den 28.04.2011, 10:49 +0400 schrieb Nikolay Sivov: > > > On 4/28/2011 10:45, Alexey Fisher wrote: > > > > MultiByteToWideChar are called directly o

Re: [PATCH] Add undocumented function to unify MultiByteToWideChar conversation

2011-04-28 Thread Marcus Meissner
On Thu, Apr 28, 2011 at 09:03:51AM +0200, Alexey Fisher wrote: > Am Donnerstag, den 28.04.2011, 10:49 +0400 schrieb Nikolay Sivov: > > On 4/28/2011 10:45, Alexey Fisher wrote: > > > MultiByteToWideChar are called directly only from one function. All other > > > colls in comctl32 go thrue this funct

Re: [PATCH] Add undocumented function to unify MultiByteToWideChar conversation

2011-04-28 Thread Alexey Fisher
Am Donnerstag, den 28.04.2011, 10:49 +0400 schrieb Nikolay Sivov: > On 4/28/2011 10:45, Alexey Fisher wrote: > > MultiByteToWideChar are called directly only from one function. All other > > colls in comctl32 go thrue this function. > > > It was recovered with from dissassambled code. > This is no

Re: [PATCH] Add undocumented function to unify MultiByteToWideChar conversation

2011-04-27 Thread Nikolay Sivov
On 4/28/2011 10:45, Alexey Fisher wrote: MultiByteToWideChar are called directly only from one function. All other colls in comctl32 go thrue this function. It was recovered with from dissassambled code. This is not allowed in Wine development. All you can use is tests, but after this patch y

[PATCH] Add undocumented function to unify MultiByteToWideChar conversation

2011-04-27 Thread Alexey Fisher
MultiByteToWideChar are called directly only from one function. All other colls in comctl32 go thrue this function. It was recovered with from dissassambled code. Signed-off-by: Alexey Fisher --- dlls/comctl32/comctl32undoc.c | 41 + 1 files changed, 41