Signed-off-by: Jacek Caban jacek@codeweavers.com ---
This patch series fixes builds with mingw configured to default to ucrt. In this case, symbols pulled by startup files were not present in our import lib, so symbols found in default importlib were used. Those four symbols are enough to get current llvm-mingw with default config to work with Wine. Eventually, we will have our own startup files, so we won't need to deal with problems like this. For our own startup code, some of symbols from this series may be useful as well.
dlls/msvcrt/iob.c | 8 ++------ dlls/msvcrt/msvcrt.h | 6 ++++++ 2 files changed, 8 insertions(+), 6 deletions(-)