Re: Win32 BYTE_ORDER - Mailing list pgsql-patches

From Tom Lane
Subject Re: Win32 BYTE_ORDER
Date
Msg-id 2710.1161288342@sss.pgh.pa.us
Whole thread Raw
In response to Win32 BYTE_ORDER  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: Win32 BYTE_ORDER  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> writes:
> 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.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: earthdistance update for msvc
Next
From: "Magnus Hagander"
Date:
Subject: Re: earthdistance update for msvc