http://bugs.winehq.org/show_bug.cgi?id=23230
--- Comment #2 from Lawrence E Toal let02do@earthlink.net 2010-06-18 12:59:09 --- (In reply to comment #1)
Does reverting that commit help?
I seem to have run into a difficulty doing that. After resetting the bisect with:
git bisect reset
This yielded:
Checking out files: 100% (676/676), done. Previous HEAD position was cc784e2... shdocvw: Added IDataObject stub implementation. Switched to branch 'master'
Then for the patch:
git show 00eaa9294559bb75cf5cbf7f1b61c3e239d08d62 | patch -p1 -R
gave this:
patching file dlls/winmm/time.c Hunk #8 FAILED at 368. 1 out of 8 hunks FAILED -- saving rejects to file dlls/winmm/time.c.rej
I'll upload the file: time.c.re