Sdl 1.2.15 fails where 1.2.13 does not

old works fine and new onw gives: warning LNK4044: unrecognized option “manifestdependency:type=‘win32’ name=‘Microsoft.VC90.CRT’ version=‘9.0.21022.8’ processorArchitecture=‘x86’ publicKeyToken=‘1fc8b3b9a1e18e3b’”; ignored
and then 4 errors:
error LNK2001: unresolved external symbol ___security_cookie
error LNK2001: unresolved external symbol @__security_check_cookie@4
error LNK2001: unresolved external symbol __alloca_probe_16
error LNK2001: unresolved external symbol __imp____iob_func
fatal error LNK1120: 4 unresolved externals
My thinking was that maybe with the newest sdl I could use sdl_net 1.2.8 with no issue like I already do with sdl_net 1.2.6 (see my other posted issue nearly the same as this)