shithub: duke3d

Download patch

ref: b0697be2af41889fedcaa7bcc3b1ddae8ef95b6a
parent: 4c3fbc62e6dfea613d2efb5f6e484322384861ab
author: Marshall Banana <djcj@gmx.de>
date: Sat May 2 18:46:00 EDT 2015

Check for assert.h in system headers

--- a/Game/src/audiolib/assert.h
+++ b/Game/src/audiolib/assert.h
@@ -17,6 +17,8 @@
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 */
+#if (HAVE_ASSERT_H != 1)
+
 #ifndef    __ASSERT_H
 
     #define    __ASSERT_H
@@ -43,3 +45,5 @@
     #error Multiple definition of ASSERT()
 
 #endif
+
+#endif //HAVE_ASSERT_H