Re: windowscodecs: Make MetadataReader_Create() static.

2012-02-19 Thread Vincent Povirk
This function will be used from other files in the future. On Sun, Feb 19, 2012 at 4:32 PM, Francois Gouget wrote: > --- >  dlls/windowscodecs/metadatahandler.c   |    2 +- >  dlls/windowscodecs/wincodecs_private.h |    1 - >  2 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/dlls

Re: kernel32: CreateMemoryResourceNotification stub should return a waitable handle

2012-02-19 Thread Dan Kegel
On Sun, Feb 19, 2012 at 12:01 PM, Vitaliy Margolen wrote: >> +    return CreateEventA(NULL, FALSE, FALSE, "Fake >> MemoryResourceNotification"); > > I don't think you want a named event here. Anonymous would be better, in > case the program will ask for another event. Oh, right. Anonymous it is,

Re: kernel32: CreateMemoryResourceNotification stub should return a waitable handle

2012-02-19 Thread Vitaliy Margolen
On 02/19/2012 09:26 AM, Dan Kegel wrote: Otherwise jqs spins. Fixes http://bugs.winehq.org/show_bug.cgi?id=29936 +return CreateEventA(NULL, FALSE, FALSE, "Fake MemoryResourceNotification"); I don't think you want a named event here. Anonymous would be better, in case the program will ask

Re: Translators wanted!

2012-02-19 Thread Matijn Woudt
> I'm not sure about some of the false positives you mention > 'Product' should be 'Produkt' IMHO Produkt is old spelling, Product is correct now (see for example wikipedia). > Waveform doesn't really look like a false positive Waveform could be translated as Golfvorm, though in context of the W

Re: Translators wanted!

2012-02-19 Thread Frédéric Delanoy
On Fri, Feb 17, 2012 at 18:37, Matijn Woudt wrote: > On Fri, Feb 17, 2012 at 8:02 AM, Francois Gouget wrote: >> On Fri, 17 Feb 2012, Matijn Woudt wrote: >> [...] >>> Francois: The untranslated errors at the consistency are almost all >>> because of the use of english words in dutch. Would it be O

Re: [user32] quiet two noisy fixmes

2012-02-19 Thread Dan Kegel
On Sun, Feb 19, 2012 at 1:47 AM, Dan Kegel wrote: > Since Java 6 SE 10, Java installs a "Java Quick Start" service which calls > these two functions multiple times per second. Please ignore this patch. Even with the messages suppressed, JQS burns CPU. The console spew is a useful reminder of ht