Henrik Rydgård 2014-02-13 16:02:10 +01:00
parent 5850514245
commit ddaf60976c

View File

@ -205,7 +205,9 @@ bool System_InputBoxGetWString(const wchar_t *title, const std::wstring &default
int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLine, int iCmdShow)
{
// FMA3 support in the 2013 CRT is broken on Vista and Windows 7 RTM (fixed in SP1). Just disable it.
#ifdef _M_X64
_set_FMA3_enable(0);
#endif
EnableCrashingOnCrashes();