diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-12-19 11:24:51 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-12-26 13:10:49 +0300 |
commit | 0bdfea5ba9b10352c42fd3d4532130dc7415bf5f (patch) | |
tree | 90c3c7fed178234158d799debffa15ffe665d659 | |
parent | eefb75b9cea93e6f2a9c00d8b49afe9b4012d9f6 (diff) |
Add api-ms-win-crt-convert-l1-1-0.dll to list of overrides in INSTALL file
Fix for unimplemented wcstoull() function call.
-rw-r--r-- | INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -328,6 +328,7 @@ The following overrides are necessary because of some unimplemented functions: api-ms-win-crt-string-l1-1-0.dll api-ms-win-crt-time-l1-1-0.dll + api-ms-win-crt-convert-l1-1-0.dll api-ms-win-core-rtlsupport-l1-1-0.dll Note also that if you plan to run tests built against the debug runtime, then |