@@ -39,6 +39,9 @@
# define bswap_32 __builtin_bswap32
# endif
#endif
+#if defined(_MSC_VER) && (_MSC_VER >= 1400)
+# define bswap_32 _byteswap_ulong
+#endif
#if !defined(bswap_32)