summaryrefslogtreecommitdiffstats
path: root/rfb/rfbproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfb/rfbproto.h')
-rw-r--r--rfb/rfbproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h
index 9eca868..ba643b1 100644
--- a/rfb/rfbproto.h
+++ b/rfb/rfbproto.h
@@ -81,12 +81,12 @@
#endif
#endif
-#if !defined(_WIN32)
+#if LIBVNCSERVER_HAVE_ENDIAN_H
# include <endian.h>
# if __BYTE_ORDER == __BIG_ENDIAN
# define LIBVNCSERVER_WORDS_BIGENDIAN 1
# endif
-#endif /* !_WIN32 */
+#endif
/* MS compilers don't have strncasecmp */
#ifdef _MSC_VER