Add new macro as shorthand for MS VC and Borland C++:
authorBruce Momjian <bruce@momjian.us>
Mon, 27 Sep 2004 23:24:45 +0000 (23:24 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 27 Sep 2004 23:24:45 +0000 (23:24 +0000)
commite1c8b37afb5669542272585245b0706fcad174da
tree66a2fef74da786dd1f0636f038c639bd6fce94b2
parente0170510062d49ca79666e944803272b4dd5f711
Add new macro as shorthand for MS VC and Borland C++:

+ #if   defined(_MSC_VER) || defined(__BORLANDC__)
+ #define       WIN32_CLIENT_ONLY
+ #endif
src/backend/libpq/ip.c
src/backend/utils/mb/encnames.c
src/bin/psql/print.c
src/include/c.h
src/include/getaddrinfo.h
src/include/port.h
src/include/port/win32.h
src/interfaces/libpq/fe-misc.c
src/port/getaddrinfo.c
src/port/inet_aton.c
src/port/thread.c