]> granicus.if.org Git - postgresql/commit
Remove symbol WIN32_ONLY_COMPILER
authorMagnus Hagander <magnus@hagander.net>
Tue, 11 Apr 2017 13:21:25 +0000 (15:21 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 11 Apr 2017 13:22:21 +0000 (15:22 +0200)
commita4777f35565b80ae10605d6d417e5d173156f7da
tree91b191a40437fd4d98a163bb4ce0f6ad8a3c8aff
parent6da56f3f84d430671d5edd8f9336bd744c089e31
Remove symbol WIN32_ONLY_COMPILER

This used to mean "Visual C++ except in those parts where Borland C++
was supported where it meant one of those". Now that we don't support
Borland C++ anymore, simplify by using _MSC_VER which is the normal way
to detect Visual C++.
19 files changed:
src/backend/libpq/auth.c
src/backend/libpq/pqcomm.c
src/backend/port/win32/mingwcompat.c
src/common/exec.c
src/include/getaddrinfo.h
src/include/libpq/libpq-be.h
src/include/port.h
src/include/port/atomics.h
src/include/port/atomics/arch-x86.h
src/include/port/win32.h
src/include/storage/s_lock.h
src/interfaces/ecpg/test/expected/thread-thread.c
src/interfaces/ecpg/test/expected/thread-thread_implicit.c
src/interfaces/ecpg/test/thread/thread.pgc
src/interfaces/ecpg/test/thread/thread_implicit.pgc
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-int.h
src/tools/msvc/ecpg_regression.proj