mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
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++.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#ifndef WIN32_ONLY_COMPILER
|
||||
#ifndef _MSC_VER
|
||||
/*
|
||||
* MingW defines an extern to this struct, but the actual struct isn't present
|
||||
* in any library. It's trivial enough that we can safely define it
|
||||
|
Reference in New Issue
Block a user