commit | 57833c3b0b6dd7703dfcf6d55e2d586c3cfcefa8 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Thu May 09 00:02:52 2024 +0200 |
committer | Martin Storsjö <martin@martin.st> | Mon May 20 23:15:07 2024 +0300 |
tree | 26530fabe114149cca7b9fecce9af6a1ebc9f811 | |
parent | 136558aca2df8c94192ca2703ef3f5fb3f3663ea [diff] |
crt: Include msvcrt-common.def.in after declaring all library symbols File msvcrt-common.def.in adds just symbol aliases, so include it in CRT def files after having all symbols declared. Note that some def files use macros from func.def.in file, so include func.def.in at beginning of the file when needed. Signed-off-by: Martin Storsjö <martin@martin.st>