]> granicus.if.org Git - postgresql/commit
Remove unnecessary definition of _WIN64 in libpq/win32.mak.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Apr 2016 14:52:58 +0000 (10:52 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Apr 2016 14:52:58 +0000 (10:52 -0400)
commite7bcde8ca0d376d9d23d61855baf67122a66c76a
tree04ada4d9517bd326f012c06cd8da63cc7f61b605
parentcd13471f2e9dee6d411cae3ddae72d0ad6b58c4d
Remove unnecessary definition of _WIN64 in libpq/win32.mak.

In commit b0e40d189325dc7a54d2546245e766f8c47a7c8d, I should have just
removed the /D switch defining WIN64.  The reason the code worked before
is that all Windows64 compilers automatically predefine _WIN64.  Perhaps
at one time we had code that depended on WIN64 being defined, but it's
long gone, and we should not encourage any reappearance.  Per discussion
with Christian Ullrich.
src/interfaces/libpq/win32.mak