You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix HTML help code to work with 32 & 64 bit builds
Copies THHAKLink record definition from UHTMLHelp unit into UHTMLHelpMgr
unit.
Modified THTMLHelpMgr in UHTMLHelpMgr to be compatible with both 32 and
64 bit calls to the HTML Help API.
Removed UHTMLHelp unit from project. Earlier compilers didn't have a
translation of the HTML Help C headers, so a custom written one was
used. Delphi has had such a translation in the Windows unit for quite
some time now, so this has been used in place of UHTMLHelp. The decision
was made to change because the Windows unit contains 32/64 bit
compatible function prototypes whilst the custom code only supported 32
bit prototypes.
0 commit comments