fix fstcw for 64-bit; support mingw64

This commit is contained in:
MITSUNARI Shigeo 2012-11-05 14:25:33 +09:00
parent 8cb9480e50
commit e38b389398
4 changed files with 5 additions and 4 deletions

View file

@ -11,7 +11,7 @@
#include <sstream>
#include <map>
#include "xbyak/xbyak.h"
#ifdef _WIN32
#ifdef _MSC_VER
#pragma warning(disable : 4127) // for boost(constant condition)
#pragma warning(disable : 4512) // for boost
#endif