Fixed issue on x64 windows Visual Studio builds where signal define values got mixedup.
authorlateralusX <lateralusx.github@gmail.com>
Tue, 12 Apr 2016 09:25:02 +0000 (11:25 +0200)
committerlateralusX <lateralusx.github@gmail.com>
Tue, 12 Apr 2016 09:30:58 +0000 (11:30 +0200)
commiteedb5fcb003a8c7479d0735e63d2ea6b42dc3db1
tree078184dc354219cf57ce1e48b1f405a88070d19e
parentc5335b00208f76ec8baedac1f5a987815f06f9d3
Fixed issue on x64 windows Visual Studio builds where signal define values got mixedup.
Caused incorrect exception behavior and failures in basic.exe, exceptions.exe regression test on x64 windows. This was due to the fact that some source files didn't include signal.h while others did. In case where signal.h was not included incompatible defines were used for SIGILL and SIGFPE in mini-amd64.h.
winconfig.h