crt: Replace CR+LF with LF

This is done by executing the following command:

  ```
  sed -Ei 's/\r$//' mingw-w64-crt/lib*/*.def
  ```

Signed-off-by: Liu Hao <lh_mouse@126.com>
2 files changed