Windows2003-3790/base/crts/libw32/lib/dll/ntcrt.src
2020-09-30 16:53:55 +02:00

10 lines
165 B
Plaintext

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