]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/bswap.h
10l to Benoit, poll.h is already included below, and this broke compilation on mingw
[ffmpeg] / libavutil / bswap.h
index 3b6c2c040789f1e9efc22edc71bdfe77a0334760..211a15c0abff965f23b07d7a7f4aab999b652d73 100644 (file)
@@ -23,8 +23,8 @@
  * byte swap.
  */
 
-#ifndef __BSWAP_H__
-#define __BSWAP_H__
+#ifndef BSWAP_H
+#define BSWAP_H
 
 #include <stdint.h>
 #include "common.h"
@@ -138,4 +138,4 @@ static inline uint64_t bswap_64(uint64_t x)
 #define le2me_64(x) (x)
 #endif
 
-#endif /* __BSWAP_H__ */
+#endif /* BSWAP_H */