]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit3d78bf9b261b4bfd30ae00d5ba43744c4144c934
tree71d18c7a334f99073da3ce4180a7ce1ea9addccc
parentc8ac23705d7c2707238ed8b9094c5b74c70432f5
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.

[originally from svn r7285]
windows/winhelp.c