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
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,
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
> 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
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
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