]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
It turns out that HH_INITIALIZE and HH_UNINITIALIZE are optional, and are for
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 13 Feb 2007 22:57:19 +0000 (22:57 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 13 Feb 2007 22:57:19 +0000 (22:57 +0000)
commitca0257fb4b1a4a6be3cc08131c36cfde06aeec79
tree71d18c7a334f99073da3ce4180a7ce1ea9addccc
parentffa585d28aa3a58a8c0ea581f69cd681d26c2b04
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: http://svn.tartarus.org/sgt/putty@7285 cda61777-01e9-0310-a592-d414129be87e
windows/winhelp.c