windows: use same scheme_setjmp() protocol with all compilers

This commit is contained in:
Matthew Flatt 2015-09-20 17:06:35 -06:00
parent 6dfc20d3ec
commit 8d43c73a0c
2 changed files with 14 additions and 3 deletions

View File

@ -658,9 +658,7 @@
# define DO_STACK_CHECK
# define WINDOWS_FIND_STACK_BOUNDS
# if !defined(_WIN64) || (_MSC_VER >= 1600) || defined(__MINGW32__)
# define USE_MZ_SETJMP
# endif
# define USE_MZ_SETJMP
# define WINDOWS_DYNAMIC_LOAD

View File

@ -503,6 +503,19 @@
RelativePath="..\..\racket\src\mzsj86.c"
>
</File>
<File
RelativePath="..\..\racket\src\mzsj86w64.S"
>
<FileConfiguration
Name="SRelease|x64"
>
<Tool
Name="VCCustomBuildTool"
CommandLine="ml64.exe /c /Cx /Fo $(PlatformName)\$(ConfigurationName)\mzsj86w64.obj ..\..\racket\src\mzsj86w64.S"
Outputs=" $(PlatformName)\$(ConfigurationName)\mzsj86w64.obj"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\racket\src\network.c"
>