Joakim Tjernlund wrote:
This didn't show up in the archives, so trying again.
From 7882df972ec827f0e7b7b622c01be2644e54d122 Mon Sep 17 00:00:00 2001
From: Joakim Tjernlund Joakim.Tjernlund@transmode.se Date: Mon, 3 May 2010 20:30:32 +0200 Subject: [PATCH] RegisterWaitForSingleObject() fix special tmo == 0 case.
At http://msdn.microsoft.com/en-us/library/aa332406%28VS.71%29.aspx one can read: "If the timeOutInterval parameter is not zero (0) and the executeOnlyOnce parameter is false, the timer is reset every time the event is signaled or the time-out interval elapses."
timeOutInterval == 0 makes the above false and the timer should NOT be reset, fix that.
Signed-off-by: Joakim Tjernlund Joakim.Tjernlund@transmode.se
[Patch removed ]
Joakim:
Do you want comments on your patch or do you want it incorporated into the Wine base code?
If you want it incorporated into the Wine base code, it needs to go to Wine-Patches, not Wine-Devel.
If you want comments on it, you should prefix the title with [RFC] and in your message ask for comments.
James McKenzie