fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 5 Dec 2000 09:14:44 +0000 (09:14 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 5 Dec 2000 09:14:44 +0000 (09:14 +0000)
commited59ec62717f0f88ed3d32dff6bf15dd59269b91
tree1f83bba313c5a1a8dec8bd4a1368c4b6f5870361
parent5b3035ed4d02db655cf5d2d62ab1ebb11c131def
fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
due to the notorious GetFileType() bug in Windows 9x, which fstat()
tickles)

p4raw-id: //depot/perl@7986
win32/win32.c
win32/win32.h
win32/win32sck.c