]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Work around lcc's annoying (but, even more annoyingly, legitimate)
authorSimon Tatham <anakin@pobox.com>
Sat, 19 Mar 2005 16:34:58 +0000 (16:34 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 19 Mar 2005 16:34:58 +0000 (16:34 +0000)
commitd080a0cb8a633e67afe817cd899140da6a772977
treecb495d2f0fa77848d5a17a4dc1ff10791f5a2690
parent1610fa932128984fd7582569436ba44d913ae53f
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: http://svn.tartarus.org/sgt/putty@5527 cda61777-01e9-0310-a592-d414129be87e
timing.c