ports/graphics/ogre3d/files/patch-OgreBitwise.h
Oliver Lehmann 23358c0c2d update Ogre3D to 1.11.5
PR:		236925
Submitted by:	Hiroo Ono
2019-07-27 23:56:02 +00:00

12 lines
307 B
C

--- OgreMain/include/OgreBitwise.h.orig 2019-03-30 05:11:05 UTC
+++ OgreMain/include/OgreBitwise.h
@@ -29,6 +29,9 @@ THE SOFTWARE.
#define _Bitwise_H__
#include "OgrePrerequisites.h"
+#undef bswap16
+#undef bswap32
+#undef bswap64
#ifndef __has_builtin
// Compatibility with non-clang compilers