Remove dead code in win32.h.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 27a8361272af7cc3d654db65a3829774b557b220
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-04-21T20:16:19Z
Releases: 9.4.8
Remove dead code in win32.h.

There's no longer a need for the MSVC-version-specific code stanza that
forcibly redefines errno code symbols, because since commit 73838b52 we're
unconditionally redefining them in the stanza before this one anyway.
Now it's merely confusing and ugly, so get rid of it; and improve the
comment that explains what's going on here.

Although this is just cosmetic, back-patch anyway since I'm intending
to back-patch some less-cosmetic changes in this same hunk of code.

Files

PathChange+/−
src/include/port/win32.h modified +8 −21