Remove conditions for HOST_PLATFORM=msys.

It never really worked beyond the most basic of commands
and required a lot of hacks, and these days WSL should be used instead.
This commit is contained in:
Augustin Cavalier
2021-10-22 17:03:44 -04:00
parent b6a6890f4c
commit f638102196
6 changed files with 4 additions and 18 deletions
-4
View File
@@ -18,10 +18,6 @@
typedef unsigned long haiku_build_addr_t;
#define addr_t haiku_build_addr_t
#if defined(HAIKU_HOST_PLATFORM_MSYS)
#define __addr_t_defined
#endif
#include <Errors.h>
#include <fcntl.h>