| commit | 127484396cab59c56466c10374cb8b17c04c0e23 | [log] [tgz] |
|---|---|---|
| author | Martin Storsjö <martin@martin.st> | Mon Nov 06 12:05:59 2017 +0200 |
| committer | Martin Storsjö <martin@martin.st> | Fri Nov 10 08:20:15 2017 +0200 |
| tree | 763c732e200af215506847e6b103c0c4433cfaa8 | |
| parent | a01cd06ce53b9cc69b8b88b11c3781479e040d45 [diff] |
headers: Always map e.g. time to _time32 or _time64 for ucrtbase ucrtbase doesn't have any function named plain 'time'. Force these to be remapped to the inline form even if inlining otherwise wouldn't be done. Make sure that we don't keep any non-inline declaration, because otherwise a caller that tries to take the function address would end up referring to that. Signed-off-by: Martin Storsjö <martin@martin.st> Signed-off-by: Jacek Caban <jacek@codeweavers.com>