commit | af149abc81550de19a80fba0f9d0e89fe4d01f2f | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Thu Nov 09 11:36:54 2017 +0200 |
committer | Martin Storsjö <martin@martin.st> | Fri Nov 10 08:21:40 2017 +0200 |
tree | ead3a2cb3a67af3436f2cd8f459eaa404e485e65 | |
parent | 127484396cab59c56466c10374cb8b17c04c0e23 [diff] |
crt: Use __acrt_iob_func for accessing __iob in all msvcrt versions This makes sure that all code in libmingwex that refers to stderr etc will work correctly even if linked to ucrtbase. Signed-off-by: Martin Storsjö <martin@martin.st> Signed-off-by: Jacek Caban <jacek@codeweavers.com>