Re: BUG #2665: VC++ 8 (Visual Studio 2005)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Oliver Artelt <oli(at)cubeoffice(dot)de>, pgsql-bugs(at)postgresql(dot)org, Magnus Hagander <mha(at)sollentuna(dot)net>
Subject: Re: BUG #2665: VC++ 8 (Visual Studio 2005)
Date: 2006-10-03 01:32:35
Message-ID: 17741.1159839155@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Bruce Momjian <bruce(at)momjian(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2006-10-03 02:13:37 Re: BUG #2665: VC++ 8 (Visual Studio 2005)
Previous Message Bruce Momjian 2006-10-03 00:54:56 Re: BUG #2665: VC++ 8 (Visual Studio 2005)