Re: Win32 BYTE_ORDER

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-hackers(at)postgresql(dot)org>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Win32 BYTE_ORDER
Date: 2006-10-19 20:07:40
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FCA1@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> > This patch adds a #define for BYTE_ORDER to win32.h if it's
> not pulled
> > in elsewhere, as needed by msvc build of pgcrypto. Seems
> several other
> > platforms define it in their port file already, but not win32.
>
> Done, but I think you forgot the defs for LITTLE_ENDIAN and
> friends ... it seems unlikely that a platform would provide
> those and then forget BYTE_ORDER.

Well, it compiled just fine, so it must've found it somewhere :-)

//Magnus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-10-19 20:11:43 Re: Win32 BYTE_ORDER
Previous Message Magnus Hagander 2006-10-19 20:05:44 Re: earthdistance update for msvc

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-10-19 20:11:43 Re: Win32 BYTE_ORDER
Previous Message Magnus Hagander 2006-10-19 20:05:44 Re: earthdistance update for msvc