bug#33949: sr #109514: ltmain.sh: [_MSC_VER] should be [_WIN32] in one place
Simon Sobisch <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.bugs |
|---|---|
| Message-ID | <[email protected]> |
The reason is that there are much more compilers for win32 than the proprietary MSVC (including free software). All I'm aware of that are not GCC "based" need process.h instead of unistd.h. Patch #9678 [2] fixes this issue. Simon [1] https://savannah.gnu.org/support/?109514 [2] https://savannah.gnu.org/patch/?func=detailitem&item_id=9678