changeset 97:cb186b8bf94f

comment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Feb 2016 17:27:37 +0100
parents b52904397a7d
children baf715163ca1
files Core/PostgreSQLConnection.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <winsock2.h>
-#  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)