Merge branch 'next' into fast

v2
Nguyen Anh Quynh 11 years ago
commit 21e5c0439e
  1. 4
      include/mips.h

@ -11,6 +11,10 @@ extern "C" {
#include <stdint.h>
#include "platform.h"
// GCC MIPS toolchain has a default macro called "mips" which breaks
// compilation
#undef mips
#ifdef _MSC_VER
#pragma warning(disable:4201)
#endif

Loading…
Cancel
Save