It turns out that HH_INITIALIZE and HH_UNINITIALIZE are optional, and are for
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 13 Feb 2007 22:57:19 +0000 (22:57 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 13 Feb 2007 22:57:19 +0000 (22:57 +0000)
commit1b2214cb69f985393161a207ee8afc28b355596e
tree71d18c7a334f99073da3ce4180a7ce1ea9addccc
parent85aa0836a099c76f5398fa8d3f0128c28d083a80
It turns out that HH_INITIALIZE and HH_UNINITIALIZE are optional, and are for
putting HTML Help into "single-threaded" mode. Furthermore, this requires
extra work from the application (message pumping via HH_PRETRANSLATEMESSAGE).

Thus, remove them and run Help in a secondary thread. This means that keyboard
input into the Index and Search tabs now works.

git-svn-id: svn://svn.tartarus.org/sgt/putty@7285 cda61777-01e9-0310-a592-d414129be87e
windows/winhelp.c