Alexandre Julliard wrote:
It would be better to do the LoadLibrary16("mmsystem") in wine_initial_task, this way it only impacts 16-bit applications.
I had tried doing doint this, but I had put it same spot as LoadLibrary("user32.dll"). Well, this was the wrong spot (Doh!) so it didn't work. Thanks for the help! The patch is on its way...
Josh Thielen