Work around lcc's annoying (but, even more annoyingly, legitimate)
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 19 Mar 2005 16:34:58 +0000 (16:34 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 19 Mar 2005 16:34:58 +0000 (16:34 +0000)
commit8136216bdb02b9f8cc3af159fced247084714536
treecb495d2f0fa77848d5a17a4dc1ff10791f5a2690
parent82aaf5c3dfdb6b86a089c3ed34f0783b065ce896
Work around lcc's annoying (but, even more annoyingly, legitimate)
refusal to allow comparison of function pointers. Unfortunately this
still doesn't cause PuTTY to compile on my lcc installation, because
the GetCharacterPlacement stuff in exact_textout() is missing from
its header files. This may have been fixed in a future version (I'm
using lcc-win32 version 3.8 from December 2003), but I haven't
checked.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5527 cda61777-01e9-0310-a592-d414129be87e
timing.c