|
From: Steven E. <Ste...@ya...> - 2002-06-01 23:45:40
|
> Why can't we use msvcrt and crtdll from WINE? Do the WINE > implementations use non-Win32 APIs? Eric will may need to comment on this one also. From what I had gathered you should not just forward crtdll calls to MSVCRT and that is what the wine crtdll does. I guess it could cause a problem from some applications as crtdll is not supposed to be thread safe and msvcrt is. MSVCRT under wine does you some non-win32 apis and it has a few type conflicts with Mingw. Thanks Steven "Every revolution was once a thought in one man's mind" - Ralph Waldo Emerson |