windows-nt/Source/XPSP1/NT/base/crts/libw32/lib/dll/ntcrt.src
2020-09-26 16:20:57 +08:00

10 lines
156 B
Plaintext

#if defined(_M_AMD64)
/* Temporarily remove some FP-related exports */
#define _fpieee_flt
#endif
#define LIBRARYNAME msvcrt
#include "..\..\msvcrt.src"