CreateFile32A was only allowing console opens on CONIN$/OUT$. This
commit1d26274c97fd1128d9bf17453af8967a472034c9
authorPeter Hunnisett <hunnise@nortelnetworks.com>
Thu, 24 Dec 1998 16:26:45 +0000 (24 16:26 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 24 Dec 1998 16:26:45 +0000 (24 16:26 +0000)
tree196bb8aa9a653d2b0683ff0fa8ca08f010288ef1
parentc979b7b09ca09bbeed266d3760d6892cd3a0bc75
CreateFile32A was only allowing console opens on CONIN$/OUT$. This
has been changed to have a case insensitive compare.
win32/file.c