Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platform.c: Do not depend Windows build on HAVE_CHDIR
This broke in the CMake build since previously we just always set HAVE_CHDIR to 1 in the MSVC build. But actually the code should just not check HAVE_CHDIR on Windows. Github: fixes #448 Change-Id: I0c78ce452135fe2c80275da449215ba926471018 Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Lev Stipakov <[email protected]> Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg27362.html Signed-off-by: Gert Doering <[email protected]>
- Loading branch information