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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user