postgresql/src/interfaces
Tom Lane e7bcde8ca0 Remove unnecessary definition of _WIN64 in libpq/win32.mak.
In commit b0e40d1893, 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.
2016-04-12 10:52:58 -04:00
..
ecpg Move keywords.c/kwlookup.c into src/common/. 2016-03-23 20:22:08 -04:00
libpq Remove unnecessary definition of _WIN64 in libpq/win32.mak. 2016-04-12 10:52:58 -04:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00