]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit68d88605ae9da91af0d281f35e54545b0ef37d01
treecb495d2f0fa77848d5a17a4dc1ff10791f5a2690
parentcacf8fcc3dc50dbece04961184d2af8baee341c2
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.

[originally from svn r5527]
timing.c