commit | 766b19304d56db151bc4f774a86a280855195474 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Thu Sep 07 16:11:14 2017 +0300 |
committer | Martin Storsjö <martin@martin.st> | Mon Sep 11 15:34:30 2017 +0300 |
tree | 40d8ab123fb24fb61cfd28e453d858de1b177940 | |
parent | cff7cb7dfea164bc0f479bea0b50bcad384bfc85 [diff] |
crt: Get rid of unnecessary/unused aliases in api-ms-win-core-*.def These (from a mingw-w64 point of view) nonsense aliases were a byproduct of the script generating these def files. Whatever their purpose was, it isn't how def file aliases are used within mingw def files. GNU binutils dlltool actually doesn't seem to do anything with the part of a line after a single '=' character, but it requires '==' to produce an alias. llvm-dlltool on the other hand interprets both '=' and '==' the same, producing aliases of both. This fixes using the api-ms-win-core-* import libraries and libwindowsapp.a, when built with llvm-dlltool. Signed-off-by: Martin Storsjö <martin@martin.st>