]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - windows/window.c
Find ToUnicodeEx() at run time, not load time.
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:03:20 +0000 (14:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:03:20 +0000 (14:03 +0000)
commitc4833bae5a6fe9756a3789cd4d9a0ffa8b5a2996
treea3066af07d1845025b5b4533ba4f236ab576004b
parent94fd7bbf943366769038197fb856bd5037bdd597
Find ToUnicodeEx() at run time, not load time.

This restores PuTTY's backward compatibility to versions of Windows
too old to have ToUnicodeEx in their system libraries, which was
accidentally broken in 0.63.

[originally from svn r10061]
windows/window.c