Re: BUG #2665: VC++ 8 (Visual Studio 2005) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2665: VC++ 8 (Visual Studio 2005)
Date
Msg-id 17741.1159839155@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #2665: VC++ 8 (Visual Studio 2005)  (Bruce Momjian <bruce@momjian.us>)
Responses Re: BUG #2665: VC++ 8 (Visual Studio 2005)  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
Bruce Momjian <bruce@momjian.us> writes:
> Interesting.  We have inline redefined in src/include/port/win32.h.  Can
> you find out why you are not getting those redefined?

AFAICS, all the "#ifdef WIN32_ONLY_COMPILER" code in win32.h is dead
code, because c.h doesn't #define WIN32_ONLY_COMPILER until *after* it's
included pg_config_os.h.  It would appear that most of it is indeed
useless and should be removed.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #2665: VC++ 8 (Visual Studio 2005)
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #2665: VC++ 8 (Visual Studio 2005)