]> granicus.if.org Git - postgresql/commit
Remove dead code in win32.h.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 21 Apr 2016 20:16:19 +0000 (16:16 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 21 Apr 2016 20:16:19 +0000 (16:16 -0400)
commite54528155a3c4159b01327534691c3342a371cab
tree39a4b67f0bb27212e5714e00ad9f706273e4f83e
parent14216649f3dc8bd9839702440dd593e958b0920b
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.
src/include/port/win32.h