[PATCH 1/5] msvcrt: Introduce IMPORT_SYMBOL helper macro.
20 Dec
2019
20 Dec
'19
6:49 p.m.
Signed-off-by: Jacek Caban <jacek(a)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(-)
2187
Age (days ago)
2187
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban