ole32: fix wrong timeout check

Dan Kegel dank at kegel.com
Fri Dec 21 21:01:22 CST 2007


>-        if ((dwTimeout != INFINITE) && (start_time + dwTimeout >= now))
>+        if ((dwTimeout != INFINITE) && (now >= start_time + dwTimeout))



More information about the wine-devel mailing list