C_ONLY is a define that limits the amount of asm optimizations used and building
a binary without those optimizations can be useful in troubleshooting.
Attached patch allows building with C_ONLY
Created attachment 1506[details]
svn1140 allow building with C_ONLY
* adds a non asm Sys_SnapVector() to win_shared.c
* doesn't try to use FTOL_PTR when C_ONLY is set
* uses the crt provided _ftol() on MINGW like on MSC
Created attachment 1506 [details] svn1140 allow building with C_ONLY * adds a non asm Sys_SnapVector() to win_shared.c * doesn't try to use FTOL_PTR when C_ONLY is set * uses the crt provided _ftol() on MINGW like on MSC
Created attachment 1507 [details] svn1140 allow building with C_ONLY oops, don't assume win_shared.c is x86 only