From 91289fad4916f6deffd6e01a19edb4839ebc0542 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 23 Sep 2013 11:27:23 +0200 Subject: [PATCH] Fix compilation on Windows. #1433 --- xs/src/myinit.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xs/src/myinit.h b/xs/src/myinit.h index 5f012da83..fcd7d60e1 100644 --- a/xs/src/myinit.h +++ b/xs/src/myinit.h @@ -2,6 +2,8 @@ #define _myinit_h_ // this needs to be included early for MSVC (listing it in Build.PL is not enough) +#undef read +#undef seekdir #include #include