Fix a bunch of compiler warnings (mainly MinGW).
[platform/upstream/flac.git] / include / share / endswap.h
index b9beaff..e71f0f6 100644 (file)
@@ -39,7 +39,7 @@
 
 #define        ENDSWAP_32(x)           (_byteswap_ulong (x))
 
-#elif HAVE_BYTESWAP_H          /* Linux */
+#elif defined HAVE_BYTESWAP_H          /* Linux */
 
 #include <byteswap.h>