Bug #636
mingw...
Status: | Approved | Start date: | 01/08/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Iñaki Zabala | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
History
#1 Updated by Iñaki Zabala almost 11 years ago
Proposed patch seem to work. Please change the previous patch with this:
#if defined(COMPILER_MINGW)
extern "C" {
_CRTIMP unsigned int __cdecl __MINGW_NOTHROW _clearfp(void);
}
#define SW_OVERFLOW 0x00000004
#endif
#2 Updated by Iñaki Zabala almost 11 years ago
- Status changed from New to Patch ready
#3 Updated by Miroslav Fidler almost 11 years ago
- Status changed from Patch ready to Ready for QA
- Assignee set to Iñaki Zabala
#4 Updated by Iñaki Zabala almost 11 years ago
- Status changed from Ready for QA to Approved
Cool. Thank you.