]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Rename the handle-type enumeration values.
authorSimon Tatham <anakin@pobox.com>
Tue, 7 Jan 2014 23:26:10 +0000 (23:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 7 Jan 2014 23:26:10 +0000 (23:26 +0000)
commitc0f7178f634229d6baec6b94d464e53abab142d8
tree56edcae38e180c88b827b0fe7db29b3be5ee6638
parent16e834a98abda521a51b8954d216c0025f934e4c
Rename the handle-type enumeration values.

Mike Edenfield points out that modern versions of the Windows SDK have
decided that 'INPUT' is a sensible name for an OS data structure
(sigh), and provided a patch to add a disambiguating prefix to
winhandl.c's enum values INPUT, OUTPUT and FOREIGN.

[originally from svn r10109]
windows/winhandl.c