Re: [patch #9678] ltmain.sh: [_MSC_VER] should be [_WIN32] in one place
Roumen Petrov <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.patches |
|---|---|
| Message-ID | <[email protected]> |
Simon Sobisch wrote: > [snip] > > Details: > > As noted in #109514 there are much more compilers for Win32 than the > proprietary MSVC and GCC "based" compilers. > All I'm aware of that match those criteria need process.h instead of unistd.h > (as [_MSC_VER] does), which is fixed with the attached patch. Simon, does you patch means include process.h and etc. if platform is windows but not mingw* (i.e. gcc) ? Roumen