[PATCH 1/5] msvcrt: Introduce IMPORT_SYMBOL helper macro.

Jacek Caban jacek at codeweavers.com
Fri Dec 20 12:49:41 CST 2019


Signed-off-by: Jacek Caban <jacek at 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(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvcrt-Introduce-IMPORT_SYMBOL-helper-macro.txt
Type: text/x-patch
Size: 1064 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20191220/89b84642/attachment.bin>


More information about the wine-devel mailing list