http://bugs.winehq.com/show_bug.cgi?id=134
------- Additional Comments From pammann@aro.ch 2003-29-06 07:38 ------- "MS_WINHELP" class hasnt been registered.
adding this into FindWindow might slove this if (WinExec("winhelp.exe -x", SW_SHOWNORMAL) < 32) { ERR("can't start winhelp.exe -x ?\n"); return FALSE; }
because this will register "MS_WINHELP".
after this hack, the game badly still dsoent work....