So, how do you use calls like malloc, free, fopen, fgets, fclose, etc. without using USE_MSVCRT in the sources file? >>This patch removes the dependency on the CRT, avoiding any potential issues >>with mismatched CRTs (say a client app uses the single-threaded static version >>of the CRT while WinVerbs uses the multi-threaded DLL version.)