# HG changeset patch # User Sebastien Jodogne # Date 1455294457 -3600 # Node ID cb186b8bf94f14a0ae180db2bd055e59673efe21 # Parent b52904397a7d3b473d02cb656b6a13b4c7bf806a comment diff -r b52904397a7d -r cb186b8bf94f Core/PostgreSQLConnection.h --- a/Core/PostgreSQLConnection.h Mon Jan 04 14:27:31 2016 +0100 +++ b/Core/PostgreSQLConnection.h Fri Feb 12 17:27:37 2016 +0100 @@ -22,7 +22,7 @@ #if defined(_WIN32) #include -# if defined(_MSC_VER) +# if defined(_MSC_VER) // In Windows, "host" can only be little-endian // http://msdn.microsoft.com/en-us/library/a3140177.aspx # define htobe32(x) _byteswap_ulong(x) # define htobe64(x) _byteswap_uint64(x)