Merge pull request #144 from schwoop/next

Fix for GCC MIPS toolchain
v2
Nguyen Anh Quynh 11 years ago
commit e96dc63f28
  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