Steven Edwards steven_ed4153@yahoo.com writes:
A simple work around for me is to use the Mingw msvcrt import lib and link all of the dlls to it but I know this is not going to be the solution to get merged in to WINE. Should I add stubs for _setjmp and longjmp to libwine_port?
Mingw is already linking against msvcrt, otherwise you would have a lot more undefined symbols. It's probably the oldnames crap again, I guess we need to use _longjmp instead of longjmp etc.