crt: Provide rand_s for all CRT libraries Function rand_s() is used by mingw-w64 ssp stack protector code and also by mingw-w64 mkstemp implementation, so include mingw-w64 emulation of rand_s() function into all CRT import libraries. Pre-msvcr80 CRT libraries do not have this function available at all.